Unverified Commit 0e9fae94 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

altermime: set license to sendmail (#512772)

parents 1f0fda0c a90b1986
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";
  };