about summary refs log tree commit diff
path: root/pkgs/tools/networking
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/tools/networking
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/tools/networking')
-rw-r--r--pkgs/tools/networking/fping/default.nix1
-rw-r--r--pkgs/tools/networking/isync/default.nix2
-rw-r--r--pkgs/tools/networking/mu/default.nix2
3 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/tools/networking/fping/default.nix b/pkgs/tools/networking/fping/default.nix
index 6d74cd2c78ca..6a63a2047b23 100644
--- a/pkgs/tools/networking/fping/default.nix
+++ b/pkgs/tools/networking/fping/default.nix
@@ -13,7 +13,6 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     homepage = "http://fping.org/";
     description = "Send ICMP echo probes to network hosts";
-    maintainers = with maintainers; [ the-kenny ];
     license = licenses.bsd0;
     platforms = platforms.all;
   };
diff --git a/pkgs/tools/networking/isync/default.nix b/pkgs/tools/networking/isync/default.nix
index 0373b05ede06..9b45f268da7f 100644
--- a/pkgs/tools/networking/isync/default.nix
+++ b/pkgs/tools/networking/isync/default.nix
@@ -15,8 +15,6 @@ stdenv.mkDerivation rec {
     homepage = "http://isync.sourceforge.net/";
     description = "Free IMAP and MailDir mailbox synchronizer";
     license = licenses.gpl2Plus;
-
-    maintainers = with maintainers; [ the-kenny ];
     platforms = platforms.unix;
   };
 }
diff --git a/pkgs/tools/networking/mu/default.nix b/pkgs/tools/networking/mu/default.nix
index 79c314f9860a..611e848b9af0 100644
--- a/pkgs/tools/networking/mu/default.nix
+++ b/pkgs/tools/networking/mu/default.nix
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
     description = "A collection of utilties for indexing and searching Maildirs";
     license = licenses.gpl3Plus;
     homepage = "https://www.djcbsoftware.nl/code/mu/";
-    maintainers = with maintainers; [ antono the-kenny peterhoeg ];
+    maintainers = with maintainers; [ antono peterhoeg ];
     platforms = platforms.mesaPlatforms;
   };
 }