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>2021-07-25 12:52:35 +0200
committerMichael Weiss <dev.primeos@gmail.com>2021-07-25 13:07:26 +0200
commit63935e7160bb6a26e0f0ca16a6b3bbbafec60315 (patch)
treecd7db3ce2cf9b8a33f96a3359ba4a3ac8065282e /pkgs/applications/networking/instant-messengers/telegram
parent788a365c7acdc97252be7a56429d6684eb4fd001 (diff)
tdesktop: remove abbradar from maintainers
Their last tdesktop commit is 4c3c71fdd4b from 2018.
Thank you for maintaining Telegram-Desktop in the past.
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 1eb4b222f206b..5f023e1cc9bb6 100644
--- a/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
@@ -114,6 +114,6 @@ in mkDerivation rec {
     platforms = platforms.linux;
     homepage = "https://desktop.telegram.org/";
     changelog = "https://github.com/telegramdesktop/tdesktop/releases/tag/v${version}";
-    maintainers = with maintainers; [ primeos abbradar oxalica ];
+    maintainers = with maintainers; [ oxalica primeos ];
   };
 }