From 2025bd892e13107669e5bb90298501155de2f302 Mon Sep 17 00:00:00 2001 From: Markus Kowalewski Date: Thu, 23 Aug 2018 11:57:07 +0200 Subject: epeg: add license --- pkgs/applications/graphics/epeg/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/applications/graphics/epeg/default.nix') diff --git a/pkgs/applications/graphics/epeg/default.nix b/pkgs/applications/graphics/epeg/default.nix index ef694dec6527..3645cc565728 100644 --- a/pkgs/applications/graphics/epeg/default.nix +++ b/pkgs/applications/graphics/epeg/default.nix @@ -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 ]; }; } -- cgit 1.4.1