From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:38562) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPmP9-0001jJ-8X for guix-patches@gnu.org; Sat, 18 Apr 2020 08:17:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jPmP8-0000CR-2r for guix-patches@gnu.org; Sat, 18 Apr 2020 08:17:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58782) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jPmP7-0000C8-Vm for guix-patches@gnu.org; Sat, 18 Apr 2020 08:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jPmP7-00039Q-Ry for guix-patches@gnu.org; Sat, 18 Apr 2020 08:17:01 -0400 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". Resent-Message-ID: From: Mathieu Othacehe References: <20200417003433.5608-1-tona_kosmicznego_smiecia@interia.pl> <20200417003433.5608-3-tona_kosmicznego_smiecia@interia.pl> Date: Sat, 18 Apr 2020 14:16:23 +0200 In-Reply-To: <20200417003433.5608-3-tona_kosmicznego_smiecia@interia.pl> (Jan Wielkiewicz's message of "Fri, 17 Apr 2020 02:34:06 +0200") Message-ID: <87imhxj8fc.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Jan Wielkiewicz Cc: 40677@debbugs.gnu.org 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)))