From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:51016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hT0UR-00081U-Lt for guix-patches@gnu.org; Tue, 21 May 2019 04:51:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hT0UQ-0007nY-OF for guix-patches@gnu.org; Tue, 21 May 2019 04:51:19 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53335) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hT0UQ-0007nT-LC for guix-patches@gnu.org; Tue, 21 May 2019 04:51:18 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hT0UQ-0006Yj-IS for guix-patches@gnu.org; Tue, 21 May 2019 04:51:18 -0400 Subject: [bug#35834] [PATCH 17/31] gnu: caja-extensions: Use mirror://mate/ in source URI. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:50511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hT0Ts-0007TB-60 for guix-patches@gnu.org; Tue, 21 May 2019 04:50:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hT0Tq-0007Lt-7M for guix-patches@gnu.org; Tue, 21 May 2019 04:50:44 -0400 Received: from mail-wm1-x343.google.com ([2a00:1450:4864:20::343]:33422) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hT0To-0007K5-8v for guix-patches@gnu.org; Tue, 21 May 2019 04:50:41 -0400 Received: by mail-wm1-x343.google.com with SMTP id c66so1794371wme.0 for ; Tue, 21 May 2019 01:50:39 -0700 (PDT) From: guy fleury iteriteka Date: Tue, 21 May 2019 10:50:58 +0200 Message-Id: <20190521085112.1985-17-hoonandon@gmail.com> In-Reply-To: <20190521085112.1985-1-hoonandon@gmail.com> References: <20190521085112.1985-1-hoonandon@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 35834@debbugs.gnu.org * gnu/packages/mate.scm(caja-extensions)[source](uri): Use "mirror://mate/" instead of "https://pub.mate-desktop.org/releases/" directly. --- gnu/packages/mate.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 4b9f988..886f47c 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -900,8 +900,7 @@ icons on the MATE desktop. It works on local and remote file systems.") (source (origin (method url-fetch) - (uri (string-append "https://pub.mate-desktop.org/releases/" - (version-major+minor version) "/" + (uri (string-append "mirror://mate/" (version-major+minor version) "/" name "-" version ".tar.xz")) (sha256 (base32 -- 2.21.0