forked from mirrors/nixpkgs
python3Packages.ndjson: add license
This commit is contained in:
parent
908a34f5a3
commit
fb838a2b15
|
@ -16,6 +16,7 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/rhgrant10/ndjson";
|
||||
description = "JsonDecoder";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.gpl3Only;
|
||||
maintainers = with maintainers; [ freezeboy ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue