mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: lxinput: Use a mirror:// URI.
* gnu/packages/lxde.scm (lxinput)[source]: Use a mirror URI.
This commit is contained in:
parent
6592a8753c
commit
5c4d7a4a89
1 changed files with 3 additions and 2 deletions
|
@ -505,8 +505,9 @@ (define-public lxinput
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://downloads.sourceforge.net/lxde/"
|
||||
name "-" version ".tar.xz"))
|
||||
(uri (string-append "mirror://sourceforge/lxde/"
|
||||
"LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/"
|
||||
"LXInput%200.3.x/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"123f3yn4rp1w5b3n5aj3ad9snkxab29qkrs7bcvf5bx4cn57g3sf"))))
|
||||
|
|
Loading…
Reference in a new issue