diff options
author | Ludovic Courtès <ludo@gnu.org> | 2024-11-14 15:35:27 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-11-14 15:36:02 +0100 |
commit | 2ac93b9b5c9b276b0fe22e9ebb2e98f1510f740a (patch) | |
tree | 12adbe5c6e98dcec1a055fb85e979a5e2aea4c2d | |
parent | b654587cd97023a886d1d618072bbfb3291cc1df (diff) | |
download | guix-2ac93b9b5c9b276b0fe22e9ebb2e98f1510f740a.tar guix-2ac93b9b5c9b276b0fe22e9ebb2e98f1510f740a.tar.gz |
describe: Add hyperlinks for codeberg.org commits.
* guix/scripts/describe.scm (%vcs-web-views): Add “codeberg.org”.
Change-Id: I6749649f9c73434ba6ed424d049e50e6741b0a11
-rw-r--r-- | guix/scripts/describe.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/scripts/describe.scm b/guix/scripts/describe.scm index 70ae84e9f6..08cb1b07c7 100644 --- a/guix/scripts/describe.scm +++ b/guix/scripts/describe.scm @@ -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)))) |