From 75e301c3577776d76bc9287ba3f57b2657c403f0 Mon Sep 17 00:00:00 2001 From: Kerstin Humm Date: Sat, 2 Apr 2022 12:43:34 +0200 Subject: [PATCH] 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. --- pkgs/applications/graphics/ImageMagick/6.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/ImageMagick/6.x.nix b/pkgs/applications/graphics/ImageMagick/6.x.nix index 4c06eb7962b..032af6cf614 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; }; }