Commit 911944aa authored by ProxyVT's avatar ProxyVT
Browse files

qmplay2: add ProxyVT as maintainer

As a long-time user of this player who actively tracks its updates, I can help maintain this package.
parent 05f92544
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -110,6 +110,7 @@ stdenv.mkDerivation (finalAttrs: {
    mainProgram = "qmplay2";
    maintainers = with lib.maintainers; [
      kashw2
      ProxyVT
    ];
    platforms = lib.platforms.linux;
  };