diff options
author | Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl> | 2020-04-17 02:34:06 +0200 |
---|---|---|
committer | Guix Patches Tester <> | 2020-04-17 01:38:05 +0100 |
commit | 1a134b8066f0449a1e49d76424b37cf6bf5ce423 (patch) | |
tree | c63ff22bca169a6c6fbd9305c92f4157d7ddca46 | |
parent | 356a48fb23baeb54501d23ee320249e8213a435a (diff) | |
download | patches-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.scm | 2 |
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))) |