Merge pull request #222297 from rhendric/rhendric/imagemagick-maintainer
imagemagick: add self to maintainers
This commit is contained in:
commit
7bc3a9d27c
2 changed files with 6 additions and 1 deletions
|
@ -12747,6 +12747,11 @@
|
|||
githubId = 12279531;
|
||||
name = "Ricardo Guevara";
|
||||
};
|
||||
rhendric = {
|
||||
name = "Ryan Hendrickson";
|
||||
github = "rhendric";
|
||||
githubId = 1570964;
|
||||
};
|
||||
rhoriguchi = {
|
||||
email = "ryan.horiguchi@gmail.com";
|
||||
github = "rhoriguchi";
|
||||
|
|
|
@ -134,7 +134,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
description = "A software suite to create, edit, compose, or convert bitmap images";
|
||||
pkgConfigModules = [ "ImageMagick" "MagickWand" ];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ erictapen dotlambda ];
|
||||
maintainers = with maintainers; [ erictapen dotlambda rhendric ];
|
||||
license = licenses.asl20;
|
||||
mainProgram = "magick";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue