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 <m.othacehe@gmail.com>
This commit is contained in:
parent
15c6e4260b
commit
aaa199ca52
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
||||||
(define* (jami-source #:key without-daemon)
|
(define* (jami-source #:key without-daemon)
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(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
|
%jami-version
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
|
|
Reference in a new issue