Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 79b774e6 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

environment: Change VCS log view URL for Savannah.

* guix/jupyter/environment.scm (%vcs-web-views): Change URL for Savannah
commit logs.
parent 943c9aff
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ of the SPECS could not be resolved."
,(lambda (repository-url commit)
(string-append (string-replace-substring repository-url
"/git/" "/cgit/")
"/commit/?id=" commit)))
"/log/?id=" commit)))
("notabug.org" ,labhub-url)
("framagit.org" ,labhub-url)
("gitlab.com" ,labhub-url)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment