summary refs log tree commit diff
path: root/pkgs/development/python-modules/etcd/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/etcd/default.nix')
-rw-r--r--pkgs/development/python-modules/etcd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/etcd/default.nix b/pkgs/development/python-modules/etcd/default.nix
index 1e6e1e70944..7a122f1b616 100644
--- a/pkgs/development/python-modules/etcd/default.nix
+++ b/pkgs/development/python-modules/etcd/default.nix
@@ -27,7 +27,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "A Python etcd client that just works";
-    homepage = https://github.com/dsoprea/PythonEtcdClient;
+    homepage = "https://github.com/dsoprea/PythonEtcdClient";
     license = licenses.gpl2;
   };