epeg: replace license with mit-enna (#458238)

This commit is contained in:
Jo
2025-11-06 19:59:18 +00:00
committed by GitHub
2 changed files with 6 additions and 3 deletions

View File

@@ -993,6 +993,11 @@ lib.mapAttrs mkLicense (
fullName = "CMU License"; fullName = "CMU License";
}; };
mit-enna = {
spdxId = "MIT-enna";
fullName = "enna License";
};
mit-feh = { mit-feh = {
spdxId = "MIT-feh"; spdxId = "MIT-feh";
fullName = "feh License"; fullName = "feh License";

View File

@@ -43,9 +43,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/mattes/epeg"; homepage = "https://github.com/mattes/epeg";
description = "Insanely fast JPEG/ JPG thumbnail scaling"; description = "Insanely fast JPEG/ JPG thumbnail scaling";
platforms = platforms.linux ++ platforms.darwin; platforms = platforms.linux ++ platforms.darwin;
license = { license = lib.licenses.mit-enna;
url = "https://github.com/mattes/epeg#license";
};
maintainers = with maintainers; [ nh2 ]; maintainers = with maintainers; [ nh2 ];
mainProgram = "epeg"; mainProgram = "epeg";
}; };