summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-03-21 06:22:46 -0500
committerGitHub <noreply@github.com>2023-03-21 06:22:46 -0500
commit7bc3a9d27c02b81b419e8648785c11560b41b8ca (patch)
tree0069757eba80dcc7ff8b583957a6ff76678023ce
parentMerge pull request #222249 from phile314/slimserver-rm-maintainer-phile314 (diff)
parentimagemagick: add rhendric to maintainers (diff)
downloadnixpkgs-7bc3a9d27c02b81b419e8648785c11560b41b8ca.tar.gz
Merge pull request #222297 from rhendric/rhendric/imagemagick-maintainer
imagemagick: add self to maintainers
-rw-r--r--maintainers/maintainer-list.nix5
-rw-r--r--pkgs/applications/graphics/ImageMagick/default.nix2
2 files changed, 6 insertions, 1 deletions
diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index 6ab6928234e1..db1fac82b262 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -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";
diff --git a/pkgs/applications/graphics/ImageMagick/default.nix b/pkgs/applications/graphics/ImageMagick/default.nix
index be7eefddd44d..46c5c0a64156 100644
--- a/pkgs/applications/graphics/ImageMagick/default.nix
+++ b/pkgs/applications/graphics/ImageMagick/default.nix
@@ -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";
};