summary refs log tree commit diff
path: root/pkgs/development/python-modules/zope_size
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/zope_size')
-rw-r--r--pkgs/development/python-modules/zope_size/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/zope_size/default.nix b/pkgs/development/python-modules/zope_size/default.nix
index 8651e2d6822..92df0aa1eb7 100644
--- a/pkgs/development/python-modules/zope_size/default.nix
+++ b/pkgs/development/python-modules/zope_size/default.nix
@@ -17,7 +17,7 @@ buildPythonPackage rec {
   propagatedBuildInputs = [ zope_i18nmessageid zope_interface ];
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/zopefoundation/zope.size;
+    homepage = "https://github.com/zopefoundation/zope.size";
     description = "Interfaces and simple adapter that give the size of an object";
     license = licenses.zpl20;
     maintainers = with maintainers; [ goibhniu ];