Direct people to github to report bugs.

This commit is contained in:
Aaron Gyes 2018-12-11 02:47:34 -08:00
parent f022b4b721
commit f2a829aa23
2 changed files with 2 additions and 2 deletions

View file

@ -134,7 +134,7 @@
#define NOMACROS 1 #define NOMACROS 1
/* Define to the address where bug reports for this package should be sent. */ /* 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 to the full name of this package. */
#define PACKAGE_NAME "fish" #define PACKAGE_NAME "fish"

View file

@ -13,7 +13,7 @@ m4_syscmd([build_tools/git_version_gen.sh 2>/dev/null])
AC_PREREQ([2.60]) AC_PREREQ([2.60])
AC_INIT(fish, AC_INIT(fish,
m4_esyscmd([cut -f 2 -d '=' FISH-BUILD-VERSION-FILE | tr -d '"\n']), 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 ac_clean_files=a.out.dSYM
# #