altermime: set license to sendmail (#512772)

This commit is contained in:
Jo
2026-05-02 18:47:01 +00:00
committed by GitHub
+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";
};