imagemagick: add license

This commit is contained in:
Markus Kowalewski 2018-08-22 23:51:23 +02:00 committed by Markus Kowalewski
parent 4cee9af609
commit 74a12299dd
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48

View File

@ -84,6 +84,7 @@ stdenv.mkDerivation rec {
homepage = http://www.imagemagick.org/;
description = "A software suite to create, edit, compose, or convert bitmap images";
platforms = platforms.linux ++ platforms.darwin;
license = licenses.asl20;
maintainers = with maintainers; [ the-kenny wkennington ];
};
}