From 42ed8143253f3568ff048e7d49ea3a13544d87c3 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Sat, 1 Jan 2022 12:05:37 +0100 Subject: [PATCH] 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). --- .../networking/instant-messengers/telegram/tdesktop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix b/pkgs/applications/networking/instant-messengers/telegram/tdesktop/default.nix index 1611185ca724..77508eb02978 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 ]; }; }