about summary refs log tree commit diff
path: root/pkgs/development/python-modules/ndjson
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-03-22 17:45:03 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2021-03-25 09:18:22 +0100
commitfb838a2b151b2ed97b32274fff9bf24aab3edcca (patch)
tree83463e47fc36748fa55503215dc9d9e53f8bd725 /pkgs/development/python-modules/ndjson
parent908a34f5a3a63fe5980f7f0465d747145b386354 (diff)
python3Packages.ndjson: add license
Diffstat (limited to 'pkgs/development/python-modules/ndjson')
-rw-r--r--pkgs/development/python-modules/ndjson/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/ndjson/default.nix b/pkgs/development/python-modules/ndjson/default.nix
index 715a1989b4558..b69e8401eb519 100644
--- a/pkgs/development/python-modules/ndjson/default.nix
+++ b/pkgs/development/python-modules/ndjson/default.nix
@@ -16,6 +16,7 @@ buildPythonPackage rec {
     homepage = "https://github.com/rhgrant10/ndjson";
     description = "JsonDecoder";
     platforms = platforms.unix;
+    license = licenses.gpl3Only;
     maintainers = with maintainers; [ freezeboy ];
   };
 }