mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 18:41:35 +08:00
Direct people to github to report bugs.
This commit is contained in:
parent
f022b4b721
commit
f2a829aa23
@ -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"
|
||||
|
@ -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
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user