about summary refs log tree commit diff
path: root/pkgs/applications/graphics/ImageMagick
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2020-05-09 10:25:07 +0100
committerJörg Thalheim <joerg@thalheim.io>2020-05-09 10:28:57 +0100
commit887295fd2d8c4da06acdaa185cbb3cc214d83285 (patch)
tree3f9c422c74f247bb33f31a96b8248575cc774ef8 /pkgs/applications/graphics/ImageMagick
parentb1f802994e58657de2ea1ffc7dc57a830ecee17a (diff)
downloadnixlib-887295fd2d8c4da06acdaa185cbb3cc214d83285.tar
nixlib-887295fd2d8c4da06acdaa185cbb3cc214d83285.tar.gz
nixlib-887295fd2d8c4da06acdaa185cbb3cc214d83285.tar.bz2
nixlib-887295fd2d8c4da06acdaa185cbb3cc214d83285.tar.lz
nixlib-887295fd2d8c4da06acdaa185cbb3cc214d83285.tar.xz
nixlib-887295fd2d8c4da06acdaa185cbb3cc214d83285.tar.zst
nixlib-887295fd2d8c4da06acdaa185cbb3cc214d83285.zip
treewide: remove the-kenny from maintainers
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
Diffstat (limited to 'pkgs/applications/graphics/ImageMagick')
-rw-r--r--pkgs/applications/graphics/ImageMagick/7.0.nix1
-rw-r--r--pkgs/applications/graphics/ImageMagick/default.nix1
2 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/ImageMagick/7.0.nix b/pkgs/applications/graphics/ImageMagick/7.0.nix
index c07c3957254b..f2542301119e 100644
--- a/pkgs/applications/graphics/ImageMagick/7.0.nix
+++ b/pkgs/applications/graphics/ImageMagick/7.0.nix
@@ -84,6 +84,5 @@ stdenv.mkDerivation {
     description = "A software suite to create, edit, compose, or convert bitmap images";
     platforms = platforms.linux ++ platforms.darwin;
     license = licenses.asl20;
-    maintainers = with maintainers; [ the-kenny ];
   };
 }
diff --git a/pkgs/applications/graphics/ImageMagick/default.nix b/pkgs/applications/graphics/ImageMagick/default.nix
index 57ce02bb6610..0ded57b1a72c 100644
--- a/pkgs/applications/graphics/ImageMagick/default.nix
+++ b/pkgs/applications/graphics/ImageMagick/default.nix
@@ -99,7 +99,6 @@ stdenv.mkDerivation {
     homepage = "http://www.imagemagick.org/";
     description = "A software suite to create, edit, compose, or convert bitmap images";
     platforms = platforms.linux ++ platforms.darwin;
-    maintainers = with maintainers; [ the-kenny ];
     license = licenses.asl20;
   };
 }