Merge pull request #261371 from spacefault/update-osu-lazer
osu-lazer-bin: add maintainer
This commit is contained in:
commit
3ba6d0929f
2 changed files with 6 additions and 1 deletions
|
@ -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";
|
||||
|
|
|
@ -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" ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue