From 414c3bbc8bf0816f8c66908839c64cea4733ad27 Mon Sep 17 00:00:00 2001 From: Kerstin Humm Date: Sat, 2 Apr 2022 12:43:34 +0200 Subject: 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. (cherry picked from commit 3881e6a5adf93c3eef01d58416628117af722037) --- 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 4c06eb7962bc..032af6cf6144 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; }; } -- cgit v1.2.3