itgmania: add maxwell-lt as a maintainer

This commit is contained in:
Maxwell L-T
2025-03-26 22:11:06 -04:00
parent 0ab4a50652
commit baeb309c74
+4 -1
View File
@@ -88,7 +88,10 @@ stdenv.mkDerivation (finalAttrs: {
description = "Fork of StepMania 5.1, improved for the post-ITG community";
platforms = lib.platforms.linux;
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ ftsimas ];
maintainers = with lib.maintainers; [
ftsimas
maxwell-lt
];
mainProgram = "itgmania";
};
})