"(" writes: > Hi! > > On Sun Jul 31, 2022 at 4:29 PM BST, muradm wrote: >> + (home-page "https://github.com/libcgroup/libcgroup") > Put home-page under inputs and above synopsis, where it was > before. > Is there a guideline where home-page should be? I find it more DRY when reusing. >> (method url-fetch) >> - (uri (string-append >> - "mirror://sourceforge/libcg/" name "/" >> - version "/" name "-" version ".tar.bz2")) >> + (uri (string-append home-page "/releases/download/v" >> + version "/" name "-" version >> ".tar.gz")) > Since we're using github now, we likely want to use git-fetch > here. > I've been told Github releases are volatile. > > -- ( Their repo is not suitable for building from, instead they release sources manually.