diff options
-rw-r--r-- | gnu/packages/games.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 71f43b9ba0..83769cb39c 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -11241,10 +11241,9 @@ and unsafe rides. Which path will you take?") (native-inputs (list pkg-config fpc autoconf automake)) (synopsis "Karaoke game") (description - "UltraStar Deluxe (USDX) is a free and open source karaoke game. It -allows up to six players to sing along with music using microphones -in order to score points, depending on the pitch of the voice and the -rhythm of singing.") + "UltraStar Deluxe (USDX) is a karaoke game. It allows up to six players +to sing along with music using microphones in order to score points, depending +on the pitch of the voice and the rhythm of singing.") (home-page "https://usdx.eu/") (license license:gpl2+)))) |