From 2ac93b9b5c9b276b0fe22e9ebb2e98f1510f740a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 14 Nov 2024 15:35:27 +0100 Subject: [PATCH] describe: Add hyperlinks for codeberg.org commits. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 70ae84e9f67..08cb1b07c79 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))))