maintainers: remove zumorica

This commit is contained in:
Vera Aguilera Puerto 2024-04-27 12:58:59 +02:00
parent d6f6eb2a98
commit 5c372db9d3
No known key found for this signature in database
2 changed files with 1 additions and 7 deletions

View File

@ -22574,12 +22574,6 @@
githubId = 393108; githubId = 393108;
name = "Damien Diederen"; name = "Damien Diederen";
}; };
zumorica = {
name = "Vera Aguilera Puerto";
email = "gradientvera+nix@outlook.com";
github = "Zumorica";
githubId = 6766154;
};
zupo = { zupo = {
name = "Nejc Zupan"; name = "Nejc Zupan";
email = "nejczupan+nix@gmail.com"; email = "nejczupan+nix@gmail.com";

View File

@ -137,7 +137,7 @@ buildDotnetModule rec {
description = "Launcher for Space Station 14, a multiplayer game about paranoia and disaster"; description = "Launcher for Space Station 14, a multiplayer game about paranoia and disaster";
homepage = "https://spacestation14.io"; homepage = "https://spacestation14.io";
license = licenses.mit; license = licenses.mit;
maintainers = [ maintainers.zumorica ]; maintainers = [ ];
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
mainProgram = "SS14.Launcher"; mainProgram = "SS14.Launcher";
}; };