guix-patches
[Top][All Lists]
Advanced

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

[bug#40677] [PATCH 03/30] gnu: jami: Fix downloading by changing the pre


From: Mathieu Othacehe
Subject: [bug#40677] [PATCH 03/30] gnu: jami: Fix downloading by changing the prefix to "jami_"; Use the "release" dir instead of the deprecated "ring-release".
Date: Sat, 18 Apr 2020 14:16:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

You need to add a commit description for this one. What's written in the
subject line should instead be part of it.

Mathieu

> ---
>  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 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)))





reply via email to

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