From a8c40b15eab354298fb232ac99a1f49871e13bc6 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Mon, 4 May 2026 12:15:39 +0200 Subject: [PATCH] python3Packages.htseq: set license source: https://htseq.readthedocs.io/en/latest/ --- pkgs/development/python-modules/htseq/default.nix | 1 + 1 file changed, 1 insertion(+) 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; }; }