Unverified Commit 3ba6d092 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #261371 from spacefault/update-osu-lazer

osu-lazer-bin: add maintainer
parents 9cf2e6ac 011def61
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -16429,6 +16429,11 @@
      fingerprint = "75F0 AB7C FE01 D077 AEE6  CAFD 353E 4A18 EE0F AB72";
    }];
  };
  spacefault = {
    github = "spacefault";
    githubId = 74156492;
    name = "spacefault";
  };
  spacefrogg = {
    email = "spacefrogg-nixos@meterriblecrew.net";
    github = "spacefrogg";
+1 −1
Original line number Diff line number Diff line
@@ -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" ];
  };