gnu: you-get: Fix typo in synopsis.

* gnu/packages/video.scm (you-get)[synopsis]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-23 19:43:44 +01:00
parent 8617867540
commit 817e91bca9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1261,7 +1261,7 @@ (define-public you-get
'(#:tests? #f)) ; no tests '(#:tests? #f)) ; no tests
(inputs (inputs
`(("ffmpeg" ,ffmpeg))) `(("ffmpeg" ,ffmpeg)))
(synopsis "Download videos, audios, or images from Web sites") (synopsis "Download videos, audio, or images from Web sites")
(description (description
"You-Get is a command-line utility to download media contents (videos, "You-Get is a command-line utility to download media contents (videos,
audio, images) from the Web. It can use either mpv or vlc for playback.") audio, images) from the Web. It can use either mpv or vlc for playback.")