guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: xfe: Use a mirror:// URL.


From: guix-commits
Subject: branch master updated: gnu: xfe: Use a mirror:// URL.
Date: Fri, 01 May 2020 16:21:40 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 26e11cf  gnu: xfe: Use a mirror:// URL.
26e11cf is described below

commit 26e11cffb983604c813064343e41708b99072e4f
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Fri May 1 22:19:43 2020 +0200

    gnu: xfe: Use a mirror:// URL.
    
    * gnu/packages/disk.scm (xfe)[source]: Use a mirror://sourceforge URL.
---
 gnu/packages/disk.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index f557c57..484126a 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -935,8 +935,8 @@ since they are better handled by external tools.")
      (origin
        (method url-fetch)
        (uri
-        (string-append "https://sourceforge.net/projects/xfe/files/xfe/";
-                       version "/xfe-" version ".tar.gz"))
+        (string-append "mirror://sourceforge/xfe/xfe/" version "/"
+                       "xfe-" version ".tar.gz"))
        (sha256
         (base32 "1fl51k5jm2vrfc2g66agbikzirmp0yb0lqhmsssixfb4mky3hpzs"))))
     (build-system gnu-build-system)
@@ -982,4 +982,4 @@ since they are better handled by external tools.")
 the popular but discontinued, X Win Commander.  It aims to be the file manager
 of choice for all light thinking Unix addicts!")
     (home-page "http://roland65.free.fr/xfe/";)
-    (license license:gpl2+)))
\ No newline at end of file
+    (license license:gpl2+)))



reply via email to

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