We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e49336f commit 4abfe28Copy full SHA for 4abfe28
pkgs/by-name/mg/mgba/package.nix
@@ -99,7 +99,7 @@ stdenv.mkDerivation (finalAttrs: {
99
changelog = "https://raw.githubusercontent.com/mgba-emu/mgba/${finalAttrs.src.rev}/CHANGES";
100
license = with lib.licenses; [ mpl20 ];
101
mainProgram = "mgba";
102
- maintainers = with lib.maintainers; [ ];
+ maintainers = with lib.maintainers; [ Gliczy ];
103
platforms = lib.platforms.linux;
104
broken = enableDiscordRpc; # Some obscure `ld` error
105
};
0 commit comments