altermime: set license to sendmail

altermime uses the sendmail license
This commit is contained in:
jopejoe1
2026-04-23 14:57:02 +02:00
parent 7af1514108
commit a90b198644
+1 -1
View File
@@ -32,7 +32,7 @@ gccStdenv.mkDerivation rec {
description = "MIME alteration tool";
maintainers = [ lib.maintainers.raskin ];
platforms = lib.platforms.all;
license.fullName = "alterMIME LICENSE";
license = lib.licenses.sendmail;
downloadPage = "https://pldaniels.com/altermime/";
mainProgram = "altermime";
};