diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2018-02-08 22:08:56 +0100 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2018-02-18 19:21:38 +0100 |
commit | 352e14d87c792a37903dd9a44b11c0a1bf06c8aa (patch) | |
tree | 6ae3ab358966b577889aa1f65e36d4bc89e84aa6 /gnu/packages/kde.scm | |
parent | 360000169371a4c801cdd2e694f40c813baa2053 (diff) | |
download | guix-352e14d87c792a37903dd9a44b11c0a1bf06c8aa.tar guix-352e14d87c792a37903dd9a44b11c0a1bf06c8aa.tar.gz |
gnu: libkomparediff2: Use mirror://kde scheme for source-url.
* gnu/packages/kde.scm (libkomparediff2)[source]: Use mirror://kde
scheme.
Diffstat (limited to 'gnu/packages/kde.scm')
-rw-r--r-- | gnu/packages/kde.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index bb24bdf397..f3a81d39f0 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -371,8 +371,8 @@ other special events for a geographical region.") (source (origin (method url-fetch) - (uri (string-append "https://github.com/KDE/libkomparediff2/archive/v" - version ".tar.gz")) + (uri (string-append "mirror://kde/stable/applications" + "/" version "/src/" name "-" version ".tar.xz")) (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 |