imagemagick: add rhendric to maintainers
This commit is contained in:
parent
fcc22effb0
commit
3e1c90207a
@ -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 New Issue
Block a user