From 774dd856f58f4907d623033d8839ba5ca7a52824 Mon Sep 17 00:00:00 2001 From: Coca Date: Mon, 19 Jan 2026 18:16:32 +0000 Subject: [PATCH] space-station-14-launcher: add coca to maintainers --- pkgs/by-name/sp/space-station-14-launcher/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/sp/space-station-14-launcher/package.nix b/pkgs/by-name/sp/space-station-14-launcher/package.nix index 5f419d4cc225..613d8b6b2b12 100644 --- a/pkgs/by-name/sp/space-station-14-launcher/package.nix +++ b/pkgs/by-name/sp/space-station-14-launcher/package.nix @@ -134,7 +134,7 @@ buildDotnetModule rec { description = "Launcher for Space Station 14, a multiplayer game about paranoia and disaster"; homepage = "https://spacestation14.io"; license = lib.licenses.mit; - maintainers = [ ]; + maintainers = [ lib.maintainers.coca ]; platforms = [ "x86_64-linux" ]; mainProgram = "SS14.Launcher"; };