From 5e47bafb37090bee792cb616a4f5337aa47b4224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Fri, 23 May 2025 11:17:59 +0200 Subject: [PATCH] describe: Recognize git.guix.gnu.org for commit hyperlinks. * guix/scripts/describe.scm (%vcs-web-views): Add git.guix.gnu.org. Change-Id: I47ded4618dec3073925efdfa5df87ab47643f8c4 --- guix/scripts/describe.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guix/scripts/describe.scm b/guix/scripts/describe.scm index 08cb1b07c7..ab3641efb6 100644 --- a/guix/scripts/describe.scm +++ b/guix/scripts/describe.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2018, 2019, 2020, 2021, 2023, 2024 Ludovic Courtès +;;; Copyright © 2018-2021, 2023-2025 Ludovic Courtès ;;; Copyright © 2018 Oleg Pykhalov ;;; Copyright © 2020 Ekaitz Zarraga ;;; Copyright © 2021 Simon Tournier @@ -255,6 +255,7 @@ PROFILE and NUMBER " ("notabug.org" ,labhub-url) ("framagit.org" ,labhub-url) ("codeberg.org" ,labhub-url) + ("git.guix.gnu.org" ,labhub-url) ;alias for codeberg.org ("gitlab.com" ,labhub-url) ("gitlab.inria.fr" ,labhub-url) ("github.com" ,labhub-url))))