summary refs log tree commit diff
path: root/pkgs/development/python-modules/crcmod/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/crcmod/default.nix')
-rw-r--r--pkgs/development/python-modules/crcmod/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/crcmod/default.nix b/pkgs/development/python-modules/crcmod/default.nix
index f85e045d525..47e1b4097d3 100644
--- a/pkgs/development/python-modules/crcmod/default.nix
+++ b/pkgs/development/python-modules/crcmod/default.nix
@@ -11,7 +11,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "Python module for generating objects that compute the Cyclic Redundancy Check (CRC)";
-    homepage = http://crcmod.sourceforge.net/;
+    homepage = "http://crcmod.sourceforge.net/";
     license = licenses.mit;
   };
 }