guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: gallery-dl: Fix typo in description.


From: guix-commits
Subject: 02/02: gnu: gallery-dl: Fix typo in description.
Date: Wed, 16 Feb 2022 11:09:56 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 5fffd8352b97295303c4782a5835566338119382
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Wed Feb 16 11:07:52 2022 -0500

    gnu: gallery-dl: Fix typo in description.
    
    * gnu/packages/video.scm (gallery-dl)[description]: Fix typo.
---
 gnu/packages/video.scm | 8 ++++----
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]