Merge pull request #263929 from aveltras/master

maintainers: remove aveltras

authored by

Weijia Wang and committed by
GitHub
5cf9262f a8b5c2ba

+1 -7
-6
maintainers/maintainer-list.nix
··· 1771 githubId = 1217745; 1772 name = "Aldwin Vlasblom"; 1773 }; 1774 - aveltras = { 1775 - email = "romain.viallard@outlook.fr"; 1776 - github = "aveltras"; 1777 - githubId = 790607; 1778 - name = "Romain Viallard"; 1779 - }; 1780 averelld = { 1781 email = "averell+nixos@rxd4.com"; 1782 github = "averelld";
··· 1771 githubId = 1217745; 1772 name = "Aldwin Vlasblom"; 1773 }; 1774 averelld = { 1775 email = "averell+nixos@rxd4.com"; 1776 github = "averelld";
+1 -1
pkgs/applications/networking/instant-messengers/cinny-desktop/default.nix
··· 77 meta = with lib; { 78 description = "Yet another matrix client for desktop"; 79 homepage = "https://github.com/cinnyapp/cinny-desktop"; 80 - maintainers = [ maintainers.aveltras ]; 81 license = licenses.agpl3Only; 82 platforms = platforms.linux; 83 mainProgram = "cinny";
··· 77 meta = with lib; { 78 description = "Yet another matrix client for desktop"; 79 homepage = "https://github.com/cinnyapp/cinny-desktop"; 80 + maintainers = [ ]; 81 license = licenses.agpl3Only; 82 platforms = platforms.linux; 83 mainProgram = "cinny";