imagemagick: add erictapen as maintainer
This commit is contained in:
parent
7d7ccbd1de
commit
e22e25f5aa
|
@ -84,6 +84,7 @@ stdenv.mkDerivation {
|
|||
homepage = "http://www.imagemagick.org/";
|
||||
description = "A software suite to create, edit, compose, or convert bitmap images";
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ erictapen ];
|
||||
license = licenses.asl20;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue