epeg: add license

This commit is contained in:
Markus Kowalewski 2018-08-23 11:57:07 +02:00
parent 2acd901062
commit 2025bd892e
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48

View File

@ -26,6 +26,9 @@ 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";
};
maintainers = with maintainers; [ nh2 ];
};
}