mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python-demjson: add missing license (LGPLv3 or later)
This commit is contained in:
parent
d580cc21d8
commit
ae1c5a5844
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue