epeg: replace license with mit-enna

Full match according to https://tools.spdx.org/app/check_license/
This commit is contained in:
Sandro Jäckel
2025-11-03 21:46:31 +01:00
committed by jopejoe1
parent 4a540db6aa
commit 77b44c97c9

View File

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