about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/libasyncns/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/libasyncns/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/libasyncns/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/libasyncns/default.nix b/nixpkgs/pkgs/development/python-modules/libasyncns/default.nix
index aed76728d7e4..fa7320bdf4ec 100644
--- a/nixpkgs/pkgs/development/python-modules/libasyncns/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/libasyncns/default.nix
@@ -20,6 +20,6 @@ buildPythonPackage rec {
     description = "libasyncns-python is a python binding for the asynchronous name service query library";
     license = licenses.lgpl21;
     maintainers = [ maintainers.mic92 ];
-    homepage = https://launchpad.net/libasyncns-python;
+    homepage = "https://launchpad.net/libasyncns-python";
   };
 }