summaryrefslogtreecommitdiff
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
parentmaintainers: add spacefault (diff)
downloadnixpkgs-011def61064c3055e2fc2a72e37bc9b0f518e8d3.tar.gz
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.
-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 e0198efa5b9c..683288260d90 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" ];
};