aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/graphics/ImageMagick
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-08-22 23:51:23 +0200
committerMarkus Kowalewski <markus.kowalewski@fysik.su.se>2018-08-23 11:28:06 +0200
commit74a12299dd7601f92f845ad3159ac7673f98cbbf (patch)
tree8a7ba8efe51bd19d0aa8d54503ade8d166208ee1 /pkgs/applications/graphics/ImageMagick
parent4cee9af6093d0d10ed20be920551814604cc29e2 (diff)
imagemagick: add license
Diffstat (limited to 'pkgs/applications/graphics/ImageMagick')
-rw-r--r--pkgs/applications/graphics/ImageMagick/7.0.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/ImageMagick/7.0.nix b/pkgs/applications/graphics/ImageMagick/7.0.nix
index 86aafa9697d..c4afd6b3bed 100644
--- a/pkgs/applications/graphics/ImageMagick/7.0.nix
+++ b/pkgs/applications/graphics/ImageMagick/7.0.nix
@@ -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 ];
};
}