summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>2020-04-17 02:34:06 +0200
committerGuix Patches Tester <>2020-04-17 01:38:05 +0100
commit1a134b8066f0449a1e49d76424b37cf6bf5ce423 (patch)
treec63ff22bca169a6c6fbd9305c92f4157d7ddca46
parent356a48fb23baeb54501d23ee320249e8213a435a (diff)
downloadpatches-1a134b8066f0449a1e49d76424b37cf6bf5ce423.tar
patches-1a134b8066f0449a1e49d76424b37cf6bf5ce423.tar.gz
gnu: jami: Fix downloading by changing the prefix to "jami_"; Use the "release" dir instead of the deprecated "ring-release".
-rw-r--r--gnu/packages/jami.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm
index 0e6218c4a0..8601ad718d 100644
--- a/gnu/packages/jami.scm
+++ b/gnu/packages/jami.scm
@@ -63,7 +63,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)))