mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1261,7 +1261,7 @@ (define-public you-get
|
|||
'(#: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.")
|
||||
|
|
Loading…
Reference in a new issue