stepmania: add h7x4 as maintainer

This commit is contained in:
h7x4 2023-11-26 01:18:41 +01:00
parent e26e222a50
commit 6c241dc0f0
No known key found for this signature in database
GPG Key ID: 9F2F7D8250F35146

View File

@ -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";