imagemagick: set license metadata

This commit is contained in:
Ruud van Asseldonk 2018-06-03 12:09:02 +02:00
parent 33a51d78a2
commit 122f66a513

View file

@ -101,5 +101,6 @@ stdenv.mkDerivation rec {
description = "A software suite to create, edit, compose, or convert bitmap images";
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ the-kenny wkennington ];
license = licenses.asl20;
};
}