From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:51975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hT0WA-0001Le-NE for guix-patches@gnu.org; Tue, 21 May 2019 04:53:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hT0W9-0000dE-Kf for guix-patches@gnu.org; Tue, 21 May 2019 04:53:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53381) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hT0W9-0000d1-H9 for guix-patches@gnu.org; Tue, 21 May 2019 04:53:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hT0W9-0006fn-FT for guix-patches@gnu.org; Tue, 21 May 2019 04:53:05 -0400 Subject: [bug#35818] [PATCH 31/31] gnu: mate-themes: Use mirror://mate/themes/ in source URI. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:51554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hT0VJ-0000bf-K7 for guix-patches@gnu.org; Tue, 21 May 2019 04:52:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hT0VI-0008QM-IV for guix-patches@gnu.org; Tue, 21 May 2019 04:52:13 -0400 Received: from mail-wm1-x341.google.com ([2a00:1450:4864:20::341]:35808) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hT0VI-0008Pn-CQ for guix-patches@gnu.org; Tue, 21 May 2019 04:52:12 -0400 Received: by mail-wm1-x341.google.com with SMTP id q15so1989164wmj.0 for ; Tue, 21 May 2019 01:52:12 -0700 (PDT) From: guy fleury iteriteka Date: Tue, 21 May 2019 10:51:12 +0200 Message-Id: <20190521085112.1985-31-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: 35818@debbugs.gnu.org * gnu/packages/mate.scm(mate-themes)[source](uri): Use "mirror://mate/themes" instead of "https://pub.mate-desktop.org/releases/themes" directly. --- gnu/packages/mate.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 29696bf..c2a6aaf 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -196,11 +196,11 @@ from Mint-X-F and Faenza-Fresh icon packs.") (package (name "mate-themes") (version "3.22.19") - (source (origin - (method url-fetch) - (uri (string-append "https://pub.mate-desktop.org/releases/themes/" - (version-major+minor version) "/mate-themes-" - version ".tar.xz")) + (source + (origin + (method url-fetch) + (uri (string-append "mirror://mate/themes/" (version-major+minor version) + "/mate-themes-" version ".tar.xz")) (sha256 (base32 "1ycb8b8r0s8d1h1477135mynr53s5781gdb2ap8xlvj2g58492wq")))) -- 2.21.0