forked from mirrors/nixpkgs
zimreader: add license
See https://phabricator.wikimedia.org/source/openzim/browse/master/zimreader/COPYING
This commit is contained in:
parent
938a0ddf4a
commit
cd71e1036b
|
@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "A tool to serve ZIM files using HTTP";
|
description = "A tool to serve ZIM files using HTTP";
|
||||||
homepage = http://git.wikimedia.org/log/openzim;
|
homepage = http://git.wikimedia.org/log/openzim;
|
||||||
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = with stdenv.lib.maintainers; [ robbinch juliendehos ];
|
maintainers = with stdenv.lib.maintainers; [ robbinch juliendehos ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue