about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorspacefault <74156492+spacefault@users.noreply.github.com>2023-10-16 04:04:15 -0600
committerspacefault <74156492+spacefault@users.noreply.github.com>2023-10-16 04:04:15 -0600
commit011def61064c3055e2fc2a72e37bc9b0f518e8d3 (patch)
tree4c89e2f717839f58e5f882c8637bd0ed9fc926c7 /pkgs/games
parent0da19309cc0b2a4325650aed454428a4b7bb6b16 (diff)
osu-lazer-bin: add maintainer
This commit does not bring a package update, however, it adds me as a
maintainer for the osu-lazer-bin package.
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/osu-lazer/bin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/osu-lazer/bin.nix b/pkgs/games/osu-lazer/bin.nix
index e0198efa5b9c8..683288260d900 100644
--- a/pkgs/games/osu-lazer/bin.nix
+++ b/pkgs/games/osu-lazer/bin.nix
@@ -70,7 +70,7 @@ let
       unfreeRedistributable # osu-framework contains libbass.so in repository
     ];
     sourceProvenance = with sourceTypes; [ binaryNativeCode ];
-    maintainers = with maintainers; [ delan stepbrobd ];
+    maintainers = with maintainers; [ delan stepbrobd spacefault ];
     mainProgram = "osu!";
     platforms = [ "aarch64-darwin" "x86_64-darwin" "x86_64-linux" ];
   };