diff options
author | Leo Famulari <leo@famulari.name> | 2022-02-16 11:07:52 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-02-16 11:09:28 -0500 |
commit | 5fffd8352b97295303c4782a5835566338119382 (patch) | |
tree | 3d413f3da147c10509fa3aecfa0f07a5e5ef0d52 /gnu | |
parent | e93c3d441453a72f9e6223e65c24779a117a90b1 (diff) |
gnu: gallery-dl: Fix typo in description.
* gnu/packages/video.scm (gallery-dl)[description]: Fix typo.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index e430cf1545..80d610a11b 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2276,10 +2276,10 @@ the last played position, etc.") (inputs (list python-requests ffmpeg)) (home-page "https://github.com/mikf/gallery-dl") (synopsis "Command-line program to download images from several sites") - (description "Command-line program to download image galleries -and collections from several image hosting sites -While this package can use youtube-dl or yt-dlp packages to download videos, -the focus is more on images and image hosting sites.") + (description "Gallery-dl is a command-line program that downloads image +galleries and collections from several image hosting sites. While this package +can use youtube-dl or yt-dlp packages to download videos, the focus is more on +images and image hosting sites.") (license license:gpl2))) (define-public gnome-mpv |