guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 17/18: gnu: lxinput: Use a mirror:// URI.
Date: Wed, 17 Aug 2022 22:57:56 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 5c4d7a4a891c0659f95c4130b6510f0e4e981b6b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Aug 17 22:50:00 2022 -0400

    gnu: lxinput: Use a mirror:// URI.
    
    * gnu/packages/lxde.scm (lxinput)[source]: Use a mirror URI.
---
 gnu/packages/lxde.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index 6c9e36f6cc..72c0222f19 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -505,8 +505,9 @@ menu spec-compliant desktop menus for LXDE.")
     (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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]