Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

zimreader: add license

See https://phabricator.wikimedia.org/source/openzim/browse/master/zimreader/COPYING

+1
+1
pkgs/tools/text/zimreader/default.nix
··· 31 31 meta = { 32 32 description = "A tool to serve ZIM files using HTTP"; 33 33 homepage = http://git.wikimedia.org/log/openzim; 34 + license = stdenv.lib.licenses.gpl2; 34 35 maintainers = with stdenv.lib.maintainers; [ robbinch juliendehos ]; 35 36 platforms = [ "x86_64-linux" ]; 36 37 };