diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-09-17 14:00:40 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-09-17 14:00:40 +0300 |
commit | ff1d80f3041bb64c8237435b81e90bd9b60079dd (patch) | |
tree | 9ab915a11aa6bc98f26a010db1df9eccd4415269 /gnu/packages | |
parent | 9e8e252026f558933bdd9cfc26a75d13954b3e8e (diff) |
gnu: youtube-dl: Update source uri.
* gnu/packages/video.scm (youtube-dl)[source]: Update to new upstream uri.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | 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 8e0362752e..422dbab57e 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1495,8 +1495,8 @@ access to mpv's powerful playback capabilities.") (version "2019.09.12") (source (origin (method url-fetch) - (uri (string-append "https://github.com/rg3/youtube-dl/releases/" - "download/" version "/youtube-dl-" + (uri (string-append "https://github.com/ytdl-org/youtube-dl/" + "releases/download/" version "/youtube-dl-" version ".tar.gz")) (sha256 (base32 |