about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorEmery Hemingway <ehmry@posteo.net>2024-02-09 11:39:43 +0000
committerEmery Hemingway <ehmry@posteo.net>2024-02-09 11:45:41 +0000
commit1a72ea772242923cc8d13b063ab1b224391dabf3 (patch)
tree6842e6127c0c637a5e19b7cfaa55567ead0bf0ca /pkgs/applications/networking
parent3701258fe1080094f1aa98af233bd8266f118760 (diff)
downloadnixlib-1a72ea772242923cc8d13b063ab1b224391dabf3.tar
nixlib-1a72ea772242923cc8d13b063ab1b224391dabf3.tar.gz
nixlib-1a72ea772242923cc8d13b063ab1b224391dabf3.tar.bz2
nixlib-1a72ea772242923cc8d13b063ab1b224391dabf3.tar.lz
nixlib-1a72ea772242923cc8d13b063ab1b224391dabf3.tar.xz
nixlib-1a72ea772242923cc8d13b063ab1b224391dabf3.tar.zst
nixlib-1a72ea772242923cc8d13b063ab1b224391dabf3.zip
ehmry: reduce maintainership
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/newsreaders/slrn/default.nix1
-rw-r--r--pkgs/applications/networking/nym/default.nix1
-rw-r--r--pkgs/applications/networking/soulseek/nicotine-plus/default.nix2
3 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/applications/networking/newsreaders/slrn/default.nix b/pkgs/applications/networking/newsreaders/slrn/default.nix
index b29d9f494b04..f105b5059b0b 100644
--- a/pkgs/applications/networking/newsreaders/slrn/default.nix
+++ b/pkgs/applications/networking/newsreaders/slrn/default.nix
@@ -28,7 +28,6 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "The slrn (S-Lang read news) newsreader";
     homepage = "https://slrn.sourceforge.net/index.html";
-    maintainers = with maintainers; [ ehmry ];
     license = licenses.gpl2;
     platforms = with platforms; linux;
   };
diff --git a/pkgs/applications/networking/nym/default.nix b/pkgs/applications/networking/nym/default.nix
index b5d0e15c3f02..fcd7893e7f27 100644
--- a/pkgs/applications/networking/nym/default.nix
+++ b/pkgs/applications/networking/nym/default.nix
@@ -79,7 +79,6 @@ rustPlatform.buildRustPackage {
     '';
     homepage = "https://nymtech.net";
     license = licenses.asl20;
-    maintainers = [ maintainers.ehmry ];
     platforms = platforms.all;
   };
 }
diff --git a/pkgs/applications/networking/soulseek/nicotine-plus/default.nix b/pkgs/applications/networking/soulseek/nicotine-plus/default.nix
index 6f49864f88db..dc9b49c1f891 100644
--- a/pkgs/applications/networking/soulseek/nicotine-plus/default.nix
+++ b/pkgs/applications/networking/soulseek/nicotine-plus/default.nix
@@ -51,6 +51,6 @@ python3Packages.buildPythonApplication rec {
     '';
     homepage = "https://www.nicotine-plus.org";
     license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ ehmry klntsky ];
+    maintainers = with maintainers; [ klntsky ];
   };
 }