Commit baeb309c authored by Maxwell L-T's avatar Maxwell L-T
Browse files

itgmania: add maxwell-lt as a maintainer

parent 0ab4a506
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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";
  };
})