gnu: you-get: Fix typo in synopsis.
* gnu/packages/video.scm (you-get)[synopsis]: Fix typo.
This commit is contained in:
parent
8617867540
commit
817e91bca9
|
@ -1261,7 +1261,7 @@ other site that youtube-dl supports.")
|
||||||
'(#: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.")
|
||||||
|
|
Loading…
Reference in New Issue