Skip to content

Commit 26cc7c6

Browse files
author
Charlie Root
committed
imagemagick: add bloxx12 to maintainers
1 parent 084f73e commit 26cc7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/applications/graphics/ImageMagick/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ stdenv.mkDerivation (finalAttrs: {
149149
description = "Software suite to create, edit, compose, or convert bitmap images";
150150
pkgConfigModules = [ "ImageMagick" "MagickWand" ];
151151
platforms = platforms.linux ++ platforms.darwin;
152-
maintainers = with maintainers; [ dotlambda rhendric ];
152+
maintainers = with maintainers; [ dotlambda rhendric bloxx12 ];
153153
license = licenses.asl20;
154154
mainProgram = "magick";
155155
};

0 commit comments

Comments
 (0)