guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: youtube-dl: Minor fixes.


From: Efraim Flashner
Subject: 02/02: gnu: youtube-dl: Minor fixes.
Date: Sun, 01 Nov 2015 17:57:49 +0000

efraim pushed a commit to branch master
in repository guix.

commit b798dfde47e41aa006018ad8922f7a0d887e6d50
Author: Efraim Flashner <address@hidden>
Date:   Sun Nov 1 19:56:33 2015 +0200

    gnu: youtube-dl: Minor fixes.
    
    * gnu/packages/video.scm (youtube-dl)[url]: Change to http.
      [description]: Fix capitalization.
---
 gnu/packages/video.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8fac3aa..deb2cf1 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -815,7 +815,7 @@ projects while introducing many more.")
     (version "2015.11.01")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://youtube-dl.org/downloads/";
+              (uri (string-append "http://youtube-dl.org/downloads/";
                                   version "/youtube-dl-"
                                   version ".tar.gz"))
               (sha256
@@ -826,7 +826,7 @@ projects while introducing many more.")
     (home-page "http://youtube-dl.org";)
     (synopsis "Download videos from YouTube.com and other sites")
     (description
-     "youtube-dl is a small command-line program to download videos from
+     "Youtube-dl is a small command-line program to download videos from
 YouTube.com and a few more sites.")
     (license license:public-domain)))
 



reply via email to

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