summary refs log tree commit diff
path: root/pkgs/development/python-modules/genzshcomp/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/genzshcomp/default.nix')
-rw-r--r--pkgs/development/python-modules/genzshcomp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/genzshcomp/default.nix b/pkgs/development/python-modules/genzshcomp/default.nix
index d7b73071b0c..99d89e79d12 100644
--- a/pkgs/development/python-modules/genzshcomp/default.nix
+++ b/pkgs/development/python-modules/genzshcomp/default.nix
@@ -17,7 +17,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "Automatically generated zsh completion function for Python's option parser modules";
-    homepage = https://bitbucket.org/hhatto/genzshcomp/;
+    homepage = "https://bitbucket.org/hhatto/genzshcomp/";
     license = licenses.bsd0;
   };