ultrastardx: add diogotcorreia as maintainer (#400361)

This commit is contained in:
Pol Dellaiera
2025-04-20 22:15:44 +00:00
committed by GitHub
+4 -1
View File
@@ -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;
};
}