ng0 <[email protected]> skribis: > On 17-02-13 15:35:25, Ludovic Courtès wrote: >> [email protected] skribis: >> >> > From: Eric Bavier <[email protected]> >> > >> > * website/www/packages.scm (git-description): New variable. >> > (location-url): Include "?id=..." if possible. >> >> Looks like a good idea, please push! >> >> Thanks, >> Ludo'. >> > As a follow-up I think we could also use this now: > > (string-append "//git.savannah.gnu.org/cgit/guix.git/tree/" > (location-file loc) "#n" > (number->string (location-line loc)))) > > And the same for other instances of git.savannah.gnu.org, > what do you think?
Good idea. Done in commit f3ad5e8422b6375029e1526eeb9ea2909b157181 of guix-artwork.git. > There are other "http" in the pages which could be replaced with // as > well (for example hydra.gnu.org). Don’t hesitate to send a patch if you spot other similar issues. Thanks! Ludo’.
