Merge pull request #222297 from rhendric/rhendric/imagemagick-maintainer

imagemagick: add self to maintainers
This commit is contained in:
Mario Rodas 2023-03-21 06:22:46 -05:00 committed by GitHub
commit 7bc3a9d27c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -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";

View file

@ -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";
};