summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFlorian Pelz <pelzflorian@pelzflorian.de>2025-11-01 13:51:31 +0100
committerFlorian Pelz <pelzflorian@pelzflorian.de>2025-11-02 00:32:23 +0100
commit2df24bc63292c4ccaf62729fcc5ec4a38353f800 (patch)
treee932f768f2ab6d12a19476c909f49276cc069f92 /configure.ac
parent2e59bbc4405e8a2636a84542eb6963561b320f52 (diff)
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: <https://codeberg.org/guix/guix/issues/>`. In accordance with the consensus decision <https://codeberg.org/guix/guix-consensus-documents/src/branch/main/002-codeberg.md> 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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 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])