From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:51029) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hT0US-00082S-KU for guix-patches@gnu.org; Tue, 21 May 2019 04:51:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hT0UR-0007oK-JR for guix-patches@gnu.org; Tue, 21 May 2019 04:51:20 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53337) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hT0UR-0007o9-Ft for guix-patches@gnu.org; Tue, 21 May 2019 04:51:19 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hT0UR-0006Yy-E1 for guix-patches@gnu.org; Tue, 21 May 2019 04:51:19 -0400 Subject: [bug#35835] [PATCH 18/31] gnu: mate-control-center: Use mirror://mate/ in source URI. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:50536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hT0Tu-0007Uy-5y for guix-patches@gnu.org; Tue, 21 May 2019 04:50:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hT0Ts-0007N0-6c for guix-patches@gnu.org; Tue, 21 May 2019 04:50:46 -0400 Received: from mail-wm1-x344.google.com ([2a00:1450:4864:20::344]:33423) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hT0Tq-0007L9-7J for guix-patches@gnu.org; Tue, 21 May 2019 04:50:44 -0400 Received: by mail-wm1-x344.google.com with SMTP id c66so1794445wme.0 for ; Tue, 21 May 2019 01:50:41 -0700 (PDT) From: guy fleury iteriteka Date: Tue, 21 May 2019 10:50:59 +0200 Message-Id: <20190521085112.1985-18-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: 35835@debbugs.gnu.org * gnu/packages/mate.scm(mate-control-center)[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 886f47c..b3841fe 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -954,8 +954,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