diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2018-02-04 16:12:03 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2018-02-18 19:21:38 +0100 |
commit | 343bffbd79c1accdad6f7054ce01418669bcee6b (patch) | |
tree | d7c487d8d5926ee745822d03472881de1ea4ca87 /gnu | |
parent | 352e14d87c792a37903dd9a44b11c0a1bf06c8aa (diff) | |
download | patches-343bffbd79c1accdad6f7054ce01418669bcee6b.tar patches-343bffbd79c1accdad6f7054ce01418669bcee6b.tar.gz |
gnu: snorenotify: Use mirror://kde scheme for source-url.
* gnu/packages/kde.scm (snorenotify)[source]: Use mirror://kde scheme.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/kde.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index f3a81d39f0..dc1d48ff74 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 |