hmmer: change license from gpl3 to bsd3

This commit is contained in:
natsukium
2025-01-03 13:44:55 +09:00
parent 51deb46482
commit 9e00c8a851
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://hmmer.org/";
changelog = "https://github.com/EddyRivasLab/hmmer/blob/hmmer-${version}/release-notes/RELEASE-${version}.md";
license = licenses.gpl3;
license = licenses.bsd3;
maintainers = [ maintainers.iimog ];
platforms = lib.platforms.unix;
};