summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2020-05-01 22:19:43 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-05-01 22:21:19 +0200
commit26e11cffb983604c813064343e41708b99072e4f (patch)
tree8f7a01cb3ff9a9734cdab18a528feda19c2e9b22
parentee2649e1351a77f413971bcfc5dd2e7caec4c99e (diff)
downloadpatches-26e11cffb983604c813064343e41708b99072e4f.tar
patches-26e11cffb983604c813064343e41708b99072e4f.tar.gz
gnu: xfe: Use a mirror:// URL.base-for-series-3785
* gnu/packages/disk.scm (xfe)[source]: Use a mirror://sourceforge URL.
-rw-r--r--gnu/packages/disk.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index f557c57749..484126a3ea 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+)))