guix-commits
[Top][All Lists]
Advanced

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

14/18: gnu: lxmenu-data: Use a mirror:// URI.


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

apteryx pushed a commit to branch master
in repository guix.

commit ad2bc3743d07619030d03ff4d0652b7a3641189b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Aug 17 22:39:38 2022 -0400

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

diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index c6d5f4060c..b113715bb9 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -422,7 +422,8 @@ customizable menu system, and Bash integration.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://downloads.sourceforge.net/lxde/";
+       (uri (string-append "mirror://sourceforge//lxde/"
+                           "lxmenu-data%20%28desktop%20menu%29/"
                            name "-" version ".tar.xz"))
        (sha256
         (base32



reply via email to

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