zk-shell: Fix broken meta.license
This commit is contained in:
parent
cdbb020a1f
commit
5e2a9a0a54
@ -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;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user