about summary refs log tree commit diff
path: root/pkgs/applications/graphics/ImageMagick
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2022-04-02 12:43:34 +0200
committerKerstin <kerstin@erictapen.name>2022-04-02 12:45:11 +0200
commit75e301c3577776d76bc9287ba3f57b2657c403f0 (patch)
treee4eb5de1660d1bf8b2b7117f6a22c0406765029e /pkgs/applications/graphics/ImageMagick
parentfd211d7aaa4210cc9dc9e8e75976dcb5daba5542 (diff)
imagemagick6: remove erictapen as maintainer
I haven't looked at this package for a long time, so let's reflect that
fact in the maintainer field.
Diffstat (limited to 'pkgs/applications/graphics/ImageMagick')
-rw-r--r--pkgs/applications/graphics/ImageMagick/6.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/ImageMagick/6.x.nix b/pkgs/applications/graphics/ImageMagick/6.x.nix
index 4c06eb7962bc0..032af6cf61444 100644
--- a/pkgs/applications/graphics/ImageMagick/6.x.nix
+++ b/pkgs/applications/graphics/ImageMagick/6.x.nix
@@ -83,7 +83,7 @@ stdenv.mkDerivation rec {
     changelog = "https://legacy.imagemagick.org/script/changelog.php";
     description = "A software suite to create, edit, compose, or convert bitmap images";
     platforms = platforms.linux ++ platforms.darwin;
-    maintainers = with maintainers; [ erictapen ];
+    maintainers = with maintainers; [ ];
     license = licenses.asl20;
   };
 }