zk-shell: Fix broken meta.license

This commit is contained in:
Eelco Dolstra 2016-10-14 18:11:48 +02:00
parent cdbb020a1f
commit 5e2a9a0a54

View file

@ -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;
};