describe: Add hyperlinks for codeberg.org commits.

* guix/scripts/describe.scm (%vcs-web-views): Add “codeberg.org”.

Change-Id: I6749649f9c73434ba6ed424d049e50e6741b0a11
This commit is contained in:
Ludovic Courtès 2024-11-14 15:35:27 +01:00
parent b654587cd9
commit 2ac93b9b5c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -254,6 +254,7 @@ PROFILE and NUMBER "
"/commit/?id=" commit)))
("notabug.org" ,labhub-url)
("framagit.org" ,labhub-url)
("codeberg.org" ,labhub-url)
("gitlab.com" ,labhub-url)
("gitlab.inria.fr" ,labhub-url)
("github.com" ,labhub-url))))