gnu: you-get: Fix typo in synopsis.

* gnu/packages/video.scm (you-get)[synopsis]: Fix typo.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -1261,7 +1261,7 @@ other site that youtube-dl supports.")
'(#:tests? #f)) ; no tests
(inputs
`(("ffmpeg" ,ffmpeg)))
(synopsis "Download videos, audios, or images from Web sites")
(synopsis "Download videos, audio, or images from Web sites")
(description
"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.")