mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
stepmania: add h7x4 as maintainer
This commit is contained in:
parent
e26e222a50
commit
6c241dc0f0
@ -73,7 +73,7 @@ stdenv.mkDerivation {
|
||||
description = "Free dance and rhythm game for Windows, Mac, and Linux";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.mit; # expat version
|
||||
maintainers = [ ];
|
||||
maintainers = with maintainers; [ h7x4 ];
|
||||
# never built on aarch64-linux since first introduction in nixpkgs
|
||||
broken = stdenv.isLinux && stdenv.isAarch64;
|
||||
mainProgram = "stepmania";
|
||||
|
Loading…
Reference in New Issue
Block a user