Reily Siegel schreef op do 03-02-2022 om 19:25 [-0500]: > +    (home-page "https://github.com/clojure/core.async") > +    (source (origin > +              (method git-fetch) > +              (uri (git-reference > +                    (url home-page) > +                    (commit (string-append "v" version)))) While sometimes there locations happen to coincide, home pages are git repos are rather different things. As such, the "https://github.com/clojure/core.async" needs to be put into the 'url' field instead of 'home-page'. At least, that's the current consensus AFAICT, I haven't given this much thought myself. Greetings, Maxime.