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";
|
fingerprint = "75F0 AB7C FE01 D077 AEE6 CAFD 353E 4A18 EE0F AB72";
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
spacefault = {
|
||||||
|
github = "spacefault";
|
||||||
|
githubId = 74156492;
|
||||||
|
name = "spacefault";
|
||||||
|
};
|
||||||
spacefrogg = {
|
spacefrogg = {
|
||||||
email = "spacefrogg-nixos@meterriblecrew.net";
|
email = "spacefrogg-nixos@meterriblecrew.net";
|
||||||
github = "spacefrogg";
|
github = "spacefrogg";
|
||||||
|
|
|
@ -70,7 +70,7 @@ let
|
||||||
unfreeRedistributable # osu-framework contains libbass.so in repository
|
unfreeRedistributable # osu-framework contains libbass.so in repository
|
||||||
];
|
];
|
||||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
maintainers = with maintainers; [ delan stepbrobd ];
|
maintainers = with maintainers; [ delan stepbrobd spacefault ];
|
||||||
mainProgram = "osu!";
|
mainProgram = "osu!";
|
||||||
platforms = [ "aarch64-darwin" "x86_64-darwin" "x86_64-linux" ];
|
platforms = [ "aarch64-darwin" "x86_64-darwin" "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue