summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-10-26 15:40:41 -0400
committerGitHub <noreply@github.com>2022-10-26 15:40:41 -0400
commitbd6a57b27df985ba2c2acf582eef37bba2e95858 (patch)
tree54874e60c451fee148786abfa3c769bd86ccb359 /pkgs/applications/networking
parent0080e025b977d6c837df67682a5a36062f3ba4c0 (diff)
parent0d832ced721732fd2e4a0f519dbea3698aab909e (diff)
downloadnixpkgs-bd6a57b27df985ba2c2acf582eef37bba2e95858.tar
nixpkgs-bd6a57b27df985ba2c2acf582eef37bba2e95858.tar.gz
nixpkgs-bd6a57b27df985ba2c2acf582eef37bba2e95858.tar.bz2
nixpkgs-bd6a57b27df985ba2c2acf582eef37bba2e95858.tar.lz
nixpkgs-bd6a57b27df985ba2c2acf582eef37bba2e95858.tar.xz
nixpkgs-bd6a57b27df985ba2c2acf582eef37bba2e95858.tar.zst
nixpkgs-bd6a57b27df985ba2c2acf582eef37bba2e95858.zip
Merge pull request #197958 from jtojnar/unmaintain
Remove myself from maintainers in packages I do not use
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/instant-messengers/telepathy/logger/default.nix2
-rw-r--r--pkgs/applications/networking/instant-messengers/telepathy/mission-control/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/telepathy/logger/default.nix b/pkgs/applications/networking/instant-messengers/telepathy/logger/default.nix
index ad7a588d9ce..1bf0e329073 100644
--- a/pkgs/applications/networking/instant-messengers/telepathy/logger/default.nix
+++ b/pkgs/applications/networking/instant-messengers/telepathy/logger/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
     description = "Logger service for Telepathy framework";
     homepage = "https://telepathy.freedesktop.org/components/telepathy-logger/";
     license = licenses.lgpl21;
-    maintainers = with maintainers; [ jtojnar ];
+    maintainers = with maintainers; [ ];
     platforms = platforms.gnu ++ platforms.linux; # Arbitrary choice
   };
 }
diff --git a/pkgs/applications/networking/instant-messengers/telepathy/mission-control/default.nix b/pkgs/applications/networking/instant-messengers/telepathy/mission-control/default.nix
index 8464619f1e7..3a979885984 100644
--- a/pkgs/applications/networking/instant-messengers/telepathy/mission-control/default.nix
+++ b/pkgs/applications/networking/instant-messengers/telepathy/mission-control/default.nix
@@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
     description = "An account manager and channel dispatcher for the Telepathy framework";
     homepage = "https://telepathy.freedesktop.org/components/telepathy-mission-control/";
     license = licenses.lgpl21Only;
-    maintainers = with maintainers; [ jtojnar ];
+    maintainers = with maintainers; [ ];
     platforms = platforms.unix;
   };
 }