diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-11-08 06:43:17 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-11-08 06:43:17 +0100 |
commit | 4cecbc5dd262f0537d759431f04dd4c3398acbce (patch) | |
tree | 9e213e1c3ba53a36a4e85b0531e161e256a2b2a7 | |
parent | f96372e7308e1e61ea4affc5b2b8d0c3003a1a3e (diff) |
gnu: ultrastar-deluxe: Drop marketing speech.
* gnu/packages/games.scm (ultrastar-deluxe)[description]: Drop gratutious
“free and open source”.
-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+)))) |