Merge pull request #691 from bjornfor/demjson-license-fix
python-demjson: add missing license (LGPLv3 or later)
This commit is contained in:
commit
b1360b695f
@ -1015,6 +1015,7 @@ pythonPackages = python.modules // rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Encoder/decoder and lint/validator for JSON (JavaScript Object Notation)";
|
description = "Encoder/decoder and lint/validator for JSON (JavaScript Object Notation)";
|
||||||
homepage = http://deron.meranda.us/python/demjson/;
|
homepage = http://deron.meranda.us/python/demjson/;
|
||||||
|
license = stdenv.lib.licenses.lgpl3Plus;
|
||||||
maintainers = with stdenv.lib.maintainers; [ bjornfor ];
|
maintainers = with stdenv.lib.maintainers; [ bjornfor ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user