M configure.ac => configure.ac +1 -1
@@ 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])
M guix/self.scm => guix/self.scm +2 -1
@@ 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.
M guix/ui.scm => guix/ui.scm +1 -1
@@ 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_ "