gnu: lxde-icon-theme: Use a mirror:// URI.
* gnu/packages/lxde.scm (lxde-icon-theme)[source]: Use a mirror URI.
This commit is contained in:
parent
ad2bc3743d
commit
3545740de2
1 changed files with 2 additions and 1 deletions
|
@ -445,7 +445,8 @@ menu spec-compliant desktop menus for LXDE.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://downloads.sourceforge.net/lxde/"
|
(uri (string-append "mirror://sourceforge/lxde/LXDE%20Icon%20Theme/"
|
||||||
|
"lxde-icon-theme-" version "/"
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Reference in a new issue