From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ejuHc-0001cp-BZ 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 1ejuHZ-00067D-8e for guix-patches@gnu.org; Thu, 08 Feb 2018 17:03:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54761) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ejuHZ-000678-5q for guix-patches@gnu.org; Thu, 08 Feb 2018 17:03:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ejuHY-0007dO-V7 for guix-patches@gnu.org; Thu, 08 Feb 2018 17:03:04 -0500 Subject: [bug#30398] [PATCH 6/9] gnu: snorenotify: Use mirror://kde scheme for source-url. Resent-Message-ID: From: Hartmut Goebel Date: Thu, 8 Feb 2018 23:02:34 +0100 Message-Id: <20180208220237.13753-6-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 (snorenotify)[source]: Use mirror://kde scheme. --- gnu/packages/kde.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 5d6fb6171..609314277 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -456,7 +456,7 @@ cards.") (source (origin (method url-fetch) - (uri (string-append "http://download.kde.org/stable/snorenotify/" + (uri (string-append "mirror://kde/stable/snorenotify/" version "/src/snorenotify-" version ".tar.xz")) (sha256 (base32 -- 2.13.6