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
commit 489e069b6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}