mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
zk-shell: Fix broken meta.license
This commit is contained in:
parent
cdbb020a1f
commit
5e2a9a0a54
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue