From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44179) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ejuHc-0001ch-5a for guix-patches@gnu.org; Thu, 08 Feb 2018 17:03:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ejuHY-00066x-S5 for guix-patches@gnu.org; Thu, 08 Feb 2018 17:03:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54760) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ejuHY-00066t-P1 for guix-patches@gnu.org; Thu, 08 Feb 2018 17:03:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ejuHY-0007dH-HB for guix-patches@gnu.org; Thu, 08 Feb 2018 17:03:04 -0500 Subject: [bug#30398] [PATCH 5/9] gnu: libkomparediff2: Use mirror://kde scheme for source-url. Resent-Message-ID: From: Hartmut Goebel Date: Thu, 8 Feb 2018 23:02:33 +0100 Message-Id: <20180208220237.13753-5-h.goebel@crazy-compilers.com> In-Reply-To: <20180208220237.13753-1-h.goebel@crazy-compilers.com> References: <20180208220237.13753-1-h.goebel@crazy-compilers.com> 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: 30398@debbugs.gnu.org * gnu/packages/kde.scm (libkomparediff2)[source]: Use mirror://kde scheme. --- gnu/packages/kde.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index af6140ea7..5d6fb6171 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -336,8 +336,8 @@ features include brush stabilizers, brush engines and wrap-around mode.") (source (origin (method url-fetch) - (uri (string-append "https://github.com/KDE/libkomparediff2/archive/v" - version ".tar.gz")) + (uri (string-append "mirror://kde/stable/applications" + "/" version "/src/" name "-" version ".tar.xz")) (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 -- 2.13.6