From 6071ff18be1a170b7d977a354d7506657d913a6e Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Sun, 5 Aug 2018 16:45:48 +0200 Subject: exiv2: add license see issue #43716 --- pkgs/development/libraries/exiv2/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/exiv2/default.nix b/pkgs/development/libraries/exiv2/default.nix index 7f5f1903517..1c6c6fd7015 100644 --- a/pkgs/development/libraries/exiv2/default.nix +++ b/pkgs/development/libraries/exiv2/default.nix @@ -36,5 +36,6 @@ stdenv.mkDerivation rec { homepage = http://www.exiv2.org/; description = "A library and command-line utility to manage image metadata"; platforms = stdenv.lib.platforms.all; + license = stdenv.lib.licenses.gpl2Plus; }; } -- cgit 1.4.1