maintainers: remove aveltras

This commit is contained in:
aveltras 2023-10-28 09:16:53 +00:00
parent 8670794565
commit e42d982f22
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

@ -67,7 +67,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";