ultrastardx: add diogotcorreia as maintainer

This commit is contained in:
Diogo Correia
2025-04-20 19:30:43 +02:00
parent 2f36571c4a
commit 9951d59fd4
+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;
};
}