civodul pushed a commit to branch master
in repository guix.
commit 2ac93b9b5c9b276b0fe22e9ebb2e98f1510f740a
Author: Ludovic Courtès <[email protected]>
AuthorDate: Thu Nov 14 15:35:27 2024 +0100
describe: Add hyperlinks for codeberg.org commits.
* guix/scripts/describe.scm (%vcs-web-views): Add “codeberg.org”.
Change-Id: I6749649f9c73434ba6ed424d049e50e6741b0a11
---
guix/scripts/describe.scm | 1 +
1 file changed, 1 insertion(+)
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))))