mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
python-demjson: add missing license (LGPLv3 or later)
This commit is contained in:
parent
d580cc21d8
commit
ae1c5a5844
@ -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…
Reference in New Issue
Block a user