epeg: replace license with mit-enna
Full match according to https://tools.spdx.org/app/check_license/
This commit is contained in:
@@ -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