3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: xfe: Use a mirror:// URL.

* gnu/packages/disk.scm (xfe)[source]: Use a mirror://sourceforge URL.
This commit is contained in:
Nicolas Goaziou 2020-05-01 22:19:43 +02:00
parent ee2649e135
commit 26e11cffb9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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+)))
(license license:gpl2+)))