Merge pull request #691 from bjornfor/demjson-license-fix

python-demjson: add missing license (LGPLv3 or later)
This commit is contained in:
Domen Kožar 2013-06-29 11:37:57 -07:00
commit b1360b695f

View File

@ -1015,6 +1015,7 @@ pythonPackages = python.modules // rec {
meta = {
description = "Encoder/decoder and lint/validator for JSON (JavaScript Object Notation)";
homepage = http://deron.meranda.us/python/demjson/;
license = stdenv.lib.licenses.lgpl3Plus;
maintainers = with stdenv.lib.maintainers; [ bjornfor ];
platforms = stdenv.lib.platforms.all;
};