mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: snorenotify: Use mirror://kde scheme for source-url.
* gnu/packages/kde.scm (snorenotify)[source]: Use mirror://kde scheme.
This commit is contained in:
parent
352e14d87c
commit
343bffbd79
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ cards.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(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"))
|
version "/src/snorenotify-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue