From 2df24bc63292c4ccaf62729fcc5ec4a38353f800 Mon Sep 17 00:00:00 2001 From: Florian Pelz Date: Sat, 1 Nov 2025 13:51:31 +0100 Subject: [PATCH] ui: Change bug report address to Codeberg. `guix --help` used to print `Report bugs to: bug-guix@gnu.org.` This commit changes the message to `Report bugs to: `. In accordance with the consensus decision and just in time before we phase out bug-guix. * configure.ac (AC_INIT): Set Codeberg as bug-report address, to be used as %guix-bug-report-address in guix/config.scm.in. * guix/self.scm (make-config.scm): Likewise, to be applied when `guix pull` is run a second time. * guix/ui.scm (show-bug-report-information): Display bug report address in <> angle brackets. Change-Id: Ie16dccbf8b9801e278d3aa0dd5eccaab737725bd --- configure.ac | 2 +- guix/self.scm | 3 ++- guix/ui.scm | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 2c4379abb20..82f12507745 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_PREREQ([2.69]) AC_INIT([GNU Guix], [m4_esyscmd([build-aux/git-version-gen .tarball-version])], - [bug-guix@gnu.org], [guix], + [https://codeberg.org/guix/guix/issues/], [guix], [https://www.gnu.org/software/guix/]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/guix/self.scm b/guix/self.scm index 2a997653599..eab6c32076b 100644 --- a/guix/self.scm +++ b/guix/self.scm @@ -1151,7 +1151,8 @@ itself." (package-version "0") (channel-metadata #f) (config-variables %config-variables) - (bug-report-address "bug-guix@gnu.org") + (bug-report-address + "https://codeberg.org/guix/guix/issues/") (home-page-url "https://guix.gnu.org")) ;; Hack so that Geiser is not confused. diff --git a/guix/ui.scm b/guix/ui.scm index 1673285e715..3514059161a 100644 --- a/guix/ui.scm +++ b/guix/ui.scm @@ -584,7 +584,7 @@ There is NO WARRANTY, to the extent permitted by law. ;; ...\n" with the address for translation bugs (typically your translation ;; team's web or email address). (format #t (G_ " -Report bugs to: ~a.") %guix-bug-report-address) +Report bugs to: <~a>") %guix-bug-report-address) (format #t (G_ " ~a home page: <~a>") %guix-package-name %guix-home-page-url) (format #t (G_ "