zk-shell: Fix broken meta.license
This commit is contained in:
@@ -21,7 +21,7 @@ buildPythonApplication rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "A powerful & scriptable shell for Apache ZooKeeper";
|
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.apache2;
|
license = stdenv.lib.licenses.asl20;
|
||||||
maintainers = [ stdenv.lib.maintainers.mahe ];
|
maintainers = [ stdenv.lib.maintainers.mahe ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user