guix-commits
[Top][All Lists]
Advanced

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

06/12: gnu: jami: Fix download.


From: guix-commits
Subject: 06/12: gnu: jami: Fix download.
Date: Sat, 2 May 2020 06:06:07 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit aaa199ca52a1913bcfe988297e3efd24b22df5cd
Author: Jan Wielkiewicz <address@hidden>
AuthorDate: Sat May 2 03:14:37 2020 +0200

    gnu: jami: Fix download.
    
    The package name changed from Ring to Jami.  Package tarballs start now with
    "jami_" prefix.  The "ring-release" folder is also deprecated, let's use the
    "release" folder instead.
    
    * gnu/packages/jami.scm (jami-source)[origin]:
    Change the uri from "https://dl.jami.net/ring-release/tarballs/ring_";
    to "https://dl.jami.net/release/tarballs/jami_";.
    
    Signed-off-by: Mathieu Othacehe <address@hidden>
---
 gnu/packages/jami.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm
index 050f8cf..8d6bab8 100644
--- a/gnu/packages/jami.scm
+++ b/gnu/packages/jami.scm
@@ -65,7 +65,7 @@
 (define* (jami-source #:key without-daemon)
   (origin
     (method url-fetch)
-    (uri (string-append "https://dl.jami.net/ring-release/tarballs/ring_";
+    (uri (string-append "https://dl.jami.net/release/tarballs/jami_";
                         %jami-version
                         ".tar.gz"))
     (modules '((guix build utils)))



reply via email to

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