mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: lxmenu-data: Use a mirror:// URI.
* gnu/packages/lxde.scm (lxmenu-data)[source]: Use a mirror URI.
This commit is contained in:
parent
6eccbb7a81
commit
ad2bc3743d
1 changed files with 2 additions and 1 deletions
|
@ -422,7 +422,8 @@ (define-public lxmenu-data
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://downloads.sourceforge.net/lxde/"
|
(uri (string-append "mirror://sourceforge//lxde/"
|
||||||
|
"lxmenu-data%20%28desktop%20menu%29/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in a new issue