guix-patches
[Top][All Lists]
Advanced

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

[bug#38984] [PATCH 02/22] gnu: jami: fix downloading by changing the pre


From: Jan Wielkiewicz
Subject: [bug#38984] [PATCH 02/22] gnu: jami: fix downloading by changing the prefix to jami_
Date: Mon, 6 Jan 2020 02:11:32 +0100

---
 gnu/packages/telephony.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/telephony.scm b/gnu/packages/telephony.scm
index d923882e6b..e6660c00e1 100644
--- a/gnu/packages/telephony.scm
+++ b/gnu/packages/telephony.scm
@@ -662,7 +662,7 @@ Initiation Protocol (SIP) and a multimedia framework.")
 (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/ring-release/tarballs/jami_";
                         %jami-version
                         ".tar.gz"))
     (modules '((guix build utils)))
-- 
2.24.1






reply via email to

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