mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
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 = {
|
||||
description = "A tool to serve ZIM files using HTTP";
|
||||
homepage = http://git.wikimedia.org/log/openzim;
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = with stdenv.lib.maintainers; [ robbinch juliendehos ];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user