diff options
| author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2018-02-04 16:12:40 +0100 |
|---|---|---|
| committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2018-02-18 19:21:39 +0100 |
| commit | bb8d1b2a725ae53688469244d42d9cf0aac81294 (patch) | |
| tree | e8c94a4f9229beed37fcab7903a1f7f31461b7c2 /gnu/packages | |
| parent | 343bffbd79c1accdad6f7054ce01418669bcee6b (diff) | |
gnu: qca: Use mirror://kde scheme for source-url.
* gnu/packages/kde.scm (qca)[source]: Use mirror://kde scheme.
Diffstat (limited to 'gnu/packages')
| -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 dc1d48ff7..812f63cb4 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -465,7 +465,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 |