From f2a829aa230113b6f080d92823c9aa4a3dfacb49 Mon Sep 17 00:00:00 2001 From: Aaron Gyes Date: Tue, 11 Dec 2018 02:47:34 -0800 Subject: [PATCH] Direct people to github to report bugs. --- config_cmake.h.in | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 #