gnu: lxinput: Use a mirror:// URI.

* gnu/packages/lxde.scm (lxinput)[source]: Use a mirror URI.
This commit is contained in:
Maxim Cournoyer 2022-08-17 22:50:00 -04:00
parent 6592a8753c
commit 5c4d7a4a89
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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"))))