mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: qca: Use mirror://kde scheme for source-url.
* gnu/packages/kde.scm (qca)[source]: Use mirror://kde scheme.
This commit is contained in:
parent
343bffbd79
commit
bb8d1b2a72
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ (define-public qca
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue