gnu: lxde-icon-theme: Use a mirror:// URI.
* gnu/packages/lxde.scm (lxde-icon-theme)[source]: Use a mirror URI.
parent
ad2bc3743d
commit
3545740de2
|
@ -445,7 +445,8 @@ menu spec-compliant desktop menus for LXDE.")
|
|||
(source
|
||||
(origin
|
||||
(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"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Reference in New Issue