python3Packages.htseq: set license

source: https://htseq.readthedocs.io/en/latest/
This commit is contained in:
jopejoe1
2026-05-04 12:15:39 +02:00
parent ba81fb35d7
commit a8c40b15ea
@@ -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;
};
}