gnu: youtube-dl: Minor fixes.

* gnu/packages/video.scm (youtube-dl)[url]: Change to http.
  [description]: Fix capitalization.
This commit is contained in:
Efraim Flashner 2015-11-01 19:56:33 +02:00
parent 4da85bc3bb
commit b798dfde47
1 changed files with 2 additions and 2 deletions

View File

@ -815,7 +815,7 @@ projects while introducing many more.")
(version "2015.11.01") (version "2015.11.01")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://youtube-dl.org/downloads/" (uri (string-append "http://youtube-dl.org/downloads/"
version "/youtube-dl-" version "/youtube-dl-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
@ -826,7 +826,7 @@ projects while introducing many more.")
(home-page "http://youtube-dl.org") (home-page "http://youtube-dl.org")
(synopsis "Download videos from YouTube.com and other sites") (synopsis "Download videos from YouTube.com and other sites")
(description (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.") YouTube.com and a few more sites.")
(license license:public-domain))) (license license:public-domain)))