summary refs log tree commit diff
path: root/pkgs/development/python-modules/affinity/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/affinity/default.nix')
-rw-r--r--pkgs/development/python-modules/affinity/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/affinity/default.nix b/pkgs/development/python-modules/affinity/default.nix
index 4eaaf56b441..c6eb9543024 100644
--- a/pkgs/development/python-modules/affinity/default.nix
+++ b/pkgs/development/python-modules/affinity/default.nix
@@ -14,7 +14,7 @@ buildPythonPackage rec {
 
   meta = {
     description = "control processor affinity on windows and linux";
-    homepage    = http://cheeseshop.python.org/pypi/affinity;
+    homepage    = "http://cheeseshop.python.org/pypi/affinity";
     license     = with lib.licenses; [ psfl ];
   };
 }