From a90b198644e42d3974216cbd3c453f80e7c17bfd Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 23 Apr 2026 14:57:02 +0200 Subject: [PATCH] altermime: set license to sendmail altermime uses the sendmail license --- pkgs/by-name/al/altermime/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/al/altermime/package.nix b/pkgs/by-name/al/altermime/package.nix index 67b4e2382d39..02bf3fd7c373 100644 --- a/pkgs/by-name/al/altermime/package.nix +++ b/pkgs/by-name/al/altermime/package.nix @@ -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"; };