about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/telegram
diff options
context:
space:
mode:
authorVanilla <osu_Vanilla@126.com>2022-02-07 20:40:01 +0800
committerVanilla <osu_Vanilla@126.com>2022-02-07 20:40:01 +0800
commite4ac34506a0e06ce77368c569bb2fb294a72f0f2 (patch)
tree50d905fd7e4774708c322752ace7b8bcf80201a8 /pkgs/applications/networking/instant-messengers/telegram
parenta102368ac4c3944978fecd9d7295a96d64586db5 (diff)
tdesktop: Remove myself as 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 c58ade82d3024..9a34513acabd0 100644
--- a/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix
@@ -189,6 +189,6 @@ env.mkDerivation rec {
     platforms = platforms.linux;
     homepage = "https://desktop.telegram.org/";
     changelog = "https://github.com/telegramdesktop/tdesktop/releases/tag/v${version}";
-    maintainers = with maintainers; [ oxalica vanilla ];
+    maintainers = with maintainers; [ oxalica ];
   };
 }