guix-patches
[Top][All Lists]
Advanced

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

[bug#40677] [PATCH 02/18] gnu: jami: Fix downloading.


From: Jan Wielkiewicz
Subject: [bug#40677] [PATCH 02/18] gnu: jami: Fix downloading.
Date: Tue, 21 Apr 2020 18:10:16 +0200

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm
index 5c167808f0..44a57c9bfb 100644
--- a/gnu/packages/jami.scm
+++ b/gnu/packages/jami.scm
@@ -64,7 +64,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)))
-- 
2.26.1






reply via email to

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