From 77b44c97c989f59f78328910eb6b234cc85825a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 3 Nov 2025 21:46:31 +0100 Subject: [PATCH] epeg: replace license with mit-enna Full match according to https://tools.spdx.org/app/check_license/ --- pkgs/by-name/ep/epeg/package.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgs/by-name/ep/epeg/package.nix b/pkgs/by-name/ep/epeg/package.nix index 6f02069ab731..0fb3be941948 100644 --- a/pkgs/by-name/ep/epeg/package.nix +++ b/pkgs/by-name/ep/epeg/package.nix @@ -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"; };