python3Packages.htseq: set license (#516433)

This commit is contained in:
Jo
2026-05-06 06:22:20 +00:00
committed by GitHub
@@ -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;
};
}