mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 16:42:09 +00:00
imagemagick6: add erictapen as maintainer
This commit is contained in:
parent
3210e9158f
commit
c528ddd2da
|
@ -81,6 +81,7 @@ stdenv.mkDerivation rec {
|
||||||
changelog = "https://legacy.imagemagick.org/script/changelog.php";
|
changelog = "https://legacy.imagemagick.org/script/changelog.php";
|
||||||
description = "A software suite to create, edit, compose, or convert bitmap images";
|
description = "A software suite to create, edit, compose, or convert bitmap images";
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
|
maintainers = with maintainers; [ erictapen ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue