epeg: replace license with mit-enna (#458238)
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
@@ -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";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user