guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: snorenotify: Use mirror://kde scheme for source-url.


From: Hartmut Goebel
Subject: 06/10: gnu: snorenotify: Use mirror://kde scheme for source-url.
Date: Sun, 18 Feb 2018 13:23:49 -0500 (EST)

htgoebel pushed a commit to branch master
in repository guix.

commit 343bffbd79c1accdad6f7054ce01418669bcee6b
Author: Hartmut Goebel <address@hidden>
Date:   Sun Feb 4 16:12:03 2018 +0100

    gnu: snorenotify: Use mirror://kde scheme for source-url.
    
    * 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 f3a81d3..dc1d48f 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -491,7 +491,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



reply via email to

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