On Mon, Apr 06, 2020 at 04:14:56PM +0200, John D. Boy wrote: > * gnu/packages/version-control.scm (fossil): Update to 2.10. Thanks! I'm testing the build now. > - ;; Older downloads are moved to another URL. > - (uri (list > - (string-append > - "https://www.fossil-scm.org/index.html/uv/download/" > - "fossil-src-" version ".tar.gz") > - (string-append > + (uri (string-append > "https://www.fossil-scm.org/index.html/uv/" > - "fossil-src-" version ".tar.gz"))) > + "fossil-src-" version ".tar.gz")) Did they stop using this scheme of serving old tarballs to another directory?