summary refs log tree commit diff
path: root/pkgs/development/python-modules/incremental/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/incremental/default.nix')
-rw-r--r--pkgs/development/python-modules/incremental/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/incremental/default.nix b/pkgs/development/python-modules/incremental/default.nix
index a97a98b207a..6241bc869c1 100644
--- a/pkgs/development/python-modules/incremental/default.nix
+++ b/pkgs/development/python-modules/incremental/default.nix
@@ -10,7 +10,7 @@ buildPythonPackage rec {
   };
 
   meta = with lib; {
-    homepage = https://github.com/twisted/treq;
+    homepage = "https://github.com/twisted/treq";
     description = "Incremental is a small library that versions your Python projects";
     license = licenses.mit;
     maintainers = with maintainers; [ nand0p ];