diff --git a/pkgs/development/python-modules/htseq/default.nix b/pkgs/development/python-modules/htseq/default.nix index da4fdbb92200..807755a4de81 100644 --- a/pkgs/development/python-modules/htseq/default.nix +++ b/pkgs/development/python-modules/htseq/default.nix @@ -66,5 +66,6 @@ buildPythonPackage rec { homepage = "https://htseq.readthedocs.io/"; description = "Framework to work with high-throughput sequencing data"; maintainers = with lib.maintainers; [ unode ]; + license = lib.licenses.gpl3Plus; }; }