about summary refs log tree commit diff
path: root/pkgs/development/python-modules/py-radix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/py-radix')
-rw-r--r--pkgs/development/python-modules/py-radix/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/py-radix/default.nix b/pkgs/development/python-modules/py-radix/default.nix
index b06de3a27a7f..16a362591dd7 100644
--- a/pkgs/development/python-modules/py-radix/default.nix
+++ b/pkgs/development/python-modules/py-radix/default.nix
@@ -21,7 +21,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "Python radix tree for IPv4 and IPv6 prefix matching";
-    homepage = https://github.com/mjschultz/py-radix;
+    homepage = "https://github.com/mjschultz/py-radix";
     license = with licenses; [ isc bsdOriginal ];
     maintainers = with maintainers; [ mkg ];
   };