summary refs log tree commit diff
path: root/pkgs/development/python-modules/pynamecheap/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pynamecheap/default.nix')
-rw-r--r--pkgs/development/python-modules/pynamecheap/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pynamecheap/default.nix b/pkgs/development/python-modules/pynamecheap/default.nix
index 571206a7167..84c13b9d1ca 100644
--- a/pkgs/development/python-modules/pynamecheap/default.nix
+++ b/pkgs/development/python-modules/pynamecheap/default.nix
@@ -22,7 +22,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "Namecheap API client in Python.";
-    homepage = https://github.com/Bemmu/PyNamecheap;
+    homepage = "https://github.com/Bemmu/PyNamecheap";
     license = licenses.mit;
   };
 }