diff --git a/config_cmake.h.in b/config_cmake.h.in index bd4fe4d28..2c23ad452 100644 --- a/config_cmake.h.in +++ b/config_cmake.h.in @@ -134,7 +134,7 @@ #define NOMACROS 1 /* Define to the address where bug reports for this package should be sent. */ -#define PACKAGE_BUGREPORT "fish-users@lists.sourceforge.net" +#define PACKAGE_BUGREPORT "https://github.com/fish-shell/fish-shell/issues" /* Define to the full name of this package. */ #define PACKAGE_NAME "fish" diff --git a/configure.ac b/configure.ac index 39e6de148..ebaceb1de 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ m4_syscmd([build_tools/git_version_gen.sh 2>/dev/null]) AC_PREREQ([2.60]) AC_INIT(fish, m4_esyscmd([cut -f 2 -d '=' FISH-BUILD-VERSION-FILE | tr -d '"\n']), - fish-users@lists.sourceforge.net) + https://github.com/fish-shell/fish-shell/issues) ac_clean_files=a.out.dSYM #