about summary refs log tree commit diff
path: root/pkgs/applications/misc/zk-shell
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/zk-shell')
-rw-r--r--pkgs/applications/misc/zk-shell/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/zk-shell/default.nix b/pkgs/applications/misc/zk-shell/default.nix
index ec8deadf9f54..df6e011e4d58 100644
--- a/pkgs/applications/misc/zk-shell/default.nix
+++ b/pkgs/applications/misc/zk-shell/default.nix
@@ -20,7 +20,7 @@ pythonPackages.buildPythonApplication rec {
 
   meta = {
     description = "A powerful & scriptable shell for Apache ZooKeeper";
-    homepage = https://github.com/rgs1/zk_shell;
+    homepage = "https://github.com/rgs1/zk_shell";
     license = stdenv.lib.licenses.asl20;
     maintainers = [ stdenv.lib.maintainers.mahe ];
     platforms = stdenv.lib.platforms.all;