summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKerstin Humm <kerstin@erictapen.name>2022-04-02 12:43:34 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-04-02 10:49:28 +0000
commit414c3bbc8bf0816f8c66908839c64cea4733ad27 (patch)
tree8c7fd70b47d52aa347a164e04707818355156108
parentMerge pull request #166721 from mweinelt/21.11/mediawiki (diff)
downloadnixpkgs-origin/backport-166918-to-release-21.11.tar.gz
imagemagick6: remove erictapen as maintainerorigin/backport-166918-to-release-21.11
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)
-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 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;
};
}