guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: youtube-dl: Update source uri.


From: guix-commits
Subject: 01/01: gnu: youtube-dl: Update source uri.
Date: Tue, 17 Sep 2019 07:15:51 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit ff1d80f3041bb64c8237435b81e90bd9b60079dd
Author: Efraim Flashner <address@hidden>
Date:   Tue Sep 17 14:00:40 2019 +0300

    gnu: youtube-dl: Update source uri.
    
    * gnu/packages/video.scm (youtube-dl)[source]: Update to new upstream uri.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8e03627..422dbab 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



reply via email to

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