about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/telepathy
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-10-26 20:54:26 +0200
committerJan Tojnar <jtojnar@gmail.com>2022-10-26 20:54:28 +0200
commita0b2ba0397eaf6de80afea95ac8423decace1256 (patch)
tree5a9de7133eaf2223bafac5557afaeac8ef91aa8c /pkgs/applications/networking/instant-messengers/telepathy
parent0255e30519fa11feb75d7c7064139c06e78dbb33 (diff)
telepathy-logger: remove myself from maintainers
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/telepathy')
-rw-r--r--pkgs/applications/networking/instant-messengers/telepathy/logger/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/telepathy/logger/default.nix b/pkgs/applications/networking/instant-messengers/telepathy/logger/default.nix
index ad7a588d9cea2..1bf0e329073dd 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
   };
 }