about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/telegram
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2022-01-01 12:05:37 +0100
committerMichael Weiss <dev.primeos@gmail.com>2022-01-01 12:10:49 +0100
commit42ed8143253f3568ff048e7d49ea3a13544d87c3 (patch)
treee7eb5a59b5e95e8d6394412320988a3b66735223 /pkgs/applications/networking/instant-messengers/telegram
parent45be3b1d3cdcf0d76381f0f9eadd54e8aec427dc (diff)
tdesktop: Remove myself as maintainer
I don't use Telegram-Desktop anymore and it looks like the transition to
new maintainers is working so far (so there's no reason for me to remain
listed as a maintainer).
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/telegram')
-rw-r--r--pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix b/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
index 1611185ca7246..77508eb02978b 100644
--- a/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
@@ -183,6 +183,6 @@ mkDerivation rec {
     platforms = platforms.linux;
     homepage = "https://desktop.telegram.org/";
     changelog = "https://github.com/telegramdesktop/tdesktop/releases/tag/v${version}";
-    maintainers = with maintainers; [ oxalica primeos vanilla ];
+    maintainers = with maintainers; [ oxalica vanilla ];
   };
 }