Merge pull request #153062 from primeos/tdesktop

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