diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-23 19:43:44 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-23 23:57:59 +0100 |
commit | 817e91bca91079afa27e1ae2686f0989b530ae7d (patch) | |
tree | 7bbd1b1837bbf0606e35e8bd1ed71368ec036690 /gnu | |
parent | 86178675402f9dc05aefc424511d96cbe3d50c09 (diff) | |
download | guix-817e91bca91079afa27e1ae2686f0989b530ae7d.tar.gz guix-817e91bca91079afa27e1ae2686f0989b530ae7d.zip |
gnu: you-get: Fix typo in synopsis.
* gnu/packages/video.scm (you-get)[synopsis]: Fix typo.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 094ee2770b..40606d862c 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -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.") |