guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#30398] [PATCH 6/9] gnu: snorenotify: Use mirror://kde scheme for so


From: Hartmut Goebel
Subject: [bug#30398] [PATCH 6/9] gnu: snorenotify: Use mirror://kde scheme for source-url.
Date: Thu, 8 Feb 2018 23:02:34 +0100

* 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]