summary refs log tree commit diff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2015-11-01 19:56:33 +0200
committerEfraim Flashner <efraim@flashner.co.il>2015-11-01 19:56:33 +0200
commitb798dfde47e41aa006018ad8922f7a0d887e6d50 (patch)
treeaf0de82fa922ee8c8fe21bfab07b704b17f1a357 /gnu/packages/video.scm
parent4da85bc3bbca654177e7e1c379242937f251d957 (diff)
downloadguix-b798dfde47e41aa006018ad8922f7a0d887e6d50.tar.gz
gnu: youtube-dl: Minor fixes.
* gnu/packages/video.scm (youtube-dl)[url]: Change to http.
  [description]: Fix capitalization.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8fac3aa271..deb2cf1dc4 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)))