Unverified Commit 58d29982 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

ultrastardx: add diogotcorreia as maintainer (#400361)

parents d9ee7a72 9951d59f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -86,7 +86,10 @@ stdenv.mkDerivation rec {
    description = "Free and open source karaoke game";
    mainProgram = "ultrastardx";
    license = licenses.gpl2Plus;
    maintainers = with maintainers; [ Profpatsch ];
    maintainers = with maintainers; [
      diogotcorreia
      Profpatsch
    ];
    platforms = platforms.linux;
  };
}