epeg: add license
This commit is contained in:
@@ -26,6 +26,9 @@ 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 = {
|
||||||
|
url = "https://github.com/mattes/epeg#license";
|
||||||
|
};
|
||||||
maintainers = with maintainers; [ nh2 ];
|
maintainers = with maintainers; [ nh2 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user