mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: libkomparediff2: Use mirror://kde scheme for source-url.
* gnu/packages/kde.scm (libkomparediff2)[source]: Use mirror://kde scheme.
This commit is contained in:
parent
3600001693
commit
352e14d87c
1 changed files with 2 additions and 2 deletions
|
@ -371,8 +371,8 @@ (define-public libkomparediff2
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue