Merge pull request #158469 from VergeDX/master

tdesktop: Remove myself as maintainer
This commit is contained in:
Bobby Rong
2022-02-07 20:55:25 +08:00
committed by GitHub
@@ -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 ];
};
}