mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: lxsession: Use a mirror:// URI.
* gnu/packages/lxde.scm (lxsession)[source]: Use a mirror URI.
This commit is contained in:
parent
5c4d7a4a89
commit
741c8efd6a
1 changed files with 3 additions and 1 deletions
|
@ -531,7 +531,9 @@ in LXDE.")
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://downloads.sourceforge.net/lxde/"
|
||||
(uri (string-append "mirror://sourceforge/lxde/"
|
||||
"LXSession%20%28session%20manager%29/"
|
||||
"LXSession%200.5.x/"
|
||||
"lxsession-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0imv9nysip1j9lrb2z96kl05isjgp312323wnnd5b59h0ff0sgp4"))
|
||||
|
|
Loading…
Reference in a new issue