mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
Direct people to github to report bugs.
This commit is contained in:
parent
f022b4b721
commit
f2a829aa23
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue