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 b03208f9f2b..9f090e60823 100644
--- a/pkgs/applications/misc/zk-shell/default.nix
+++ b/pkgs/applications/misc/zk-shell/default.nix
@@ -21,7 +21,7 @@ buildPythonApplication rec {
   meta = {
     description = "A powerful & scriptable shell for Apache ZooKeeper";
     homepage = https://github.com/rgs1/zk_shell;
-    license = stdenv.lib.licenses.apache2;
+    license = stdenv.lib.licenses.asl20;
     maintainers = [ stdenv.lib.maintainers.mahe ];
     platforms = stdenv.lib.platforms.all;
   };