Commit a90b1986 authored by jopejoe1's avatar jopejoe1
Browse files

altermime: set license to sendmail

altermime uses the sendmail license
parent 7af15141
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };