python3Packages.ndjson: add license

This commit is contained in:
Fabian Affolter 2021-03-22 17:45:03 +01:00
parent 908a34f5a3
commit fb838a2b15

View File

@ -16,6 +16,7 @@ buildPythonPackage rec {
homepage = "https://github.com/rhgrant10/ndjson";
description = "JsonDecoder";
platforms = platforms.unix;
license = licenses.gpl3Only;
maintainers = with maintainers; [ freezeboy ];
};
}