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
commit 5cf9262fc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

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";

View File

@ -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";