GNU bug report logs - #30398
[PATCH 0/9] Update KDE Frameworks to 5.42.0 and other KDE stuff respecrivly

Previous Next

Package: guix-patches;

Reported by: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Date: Thu, 8 Feb 2018 21:59:02 UTC

Severity: normal

Tags: patch

Done: Hartmut Goebel <h.goebel <at> crazy-compilers.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Hartmut Goebel <h.goebel <at> crazy-compilers.com>
To: 30398 <at> debbugs.gnu.org
Subject: [bug#30398] [PATCH 7/9] gnu: qca: Use mirror://kde scheme for source-url.
Date: Thu,  8 Feb 2018 23:02:35 +0100
* gnu/packages/kde.scm (qca)[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 609314277..041f769be 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -430,7 +430,7 @@ with a ksysguardd daemon, which may also run on a remote system.")
     (source
       (origin
         (method url-fetch)
-        (uri (string-append "http://download.kde.org/stable/qca/" version
+        (uri (string-append "mirror://kde/stable/qca/" version
                             "/src/qca-" version ".tar.xz"))
         (sha256
          (base32
-- 
2.13.6





This bug report was last modified 7 years and 92 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.