Merge pull request #263929 from aveltras/master

maintainers: remove aveltras
This commit is contained in:
Weijia Wang
2023-10-28 15:05:01 +02:00
committed by GitHub
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -1771,12 +1771,6 @@
githubId = 1217745;
name = "Aldwin Vlasblom";
};
aveltras = {
email = "romain.viallard@outlook.fr";
github = "aveltras";
githubId = 790607;
name = "Romain Viallard";
};
averelld = {
email = "averell+nixos@rxd4.com";
github = "averelld";
@@ -77,7 +77,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "Yet another matrix client for desktop";
homepage = "https://github.com/cinnyapp/cinny-desktop";
maintainers = [ maintainers.aveltras ];
maintainers = [ ];
license = licenses.agpl3Only;
platforms = platforms.linux;
mainProgram = "cinny";