Unverified Commit 03e26d99 authored by Janik's avatar Janik Committed by GitHub
Browse files

Merge pull request #307186 from Zumorica/komm-süsser-tod

maintainers: remove zumorica
parents 370a7b8d 5c372db9
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -22574,12 +22574,6 @@
    githubId = 393108;
    name = "Damien Diederen";
  };
  zumorica = {
    name = "Vera Aguilera Puerto";
    email = "gradientvera+nix@outlook.com";
    github = "Zumorica";
    githubId = 6766154;
  };
  zupo = {
    name = "Nejc Zupan";
    email = "nejczupan+nix@gmail.com";
+1 −1
Original line number Diff line number Diff line
@@ -137,7 +137,7 @@ buildDotnetModule rec {
    description = "Launcher for Space Station 14, a multiplayer game about paranoia and disaster";
    homepage = "https://spacestation14.io";
    license = licenses.mit;
    maintainers = [ maintainers.zumorica ];
    maintainers = [ ];
    platforms = [ "x86_64-linux" ];
    mainProgram = "SS14.Launcher";
  };