mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 01:50:45 -04:00
Merge branch 'ondrej/change-bug-reporting-address' into 'main'
Change the bug reporting address from email to gitlab URI See merge request isc-projects/bind9!5817
This commit is contained in:
commit
f57585a599
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ m4_define([bind_PKG_VERSION], [[bind_VERSION_MAJOR.bind_VERSION_MINOR.bind_VERSI
|
|||
#
|
||||
# Autoconf initialization
|
||||
#
|
||||
AC_INIT([BIND], bind_PKG_VERSION, [info@isc.org], [], [https://www.isc.org/downloads/])
|
||||
AC_INIT([BIND], bind_PKG_VERSION, [https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug], [], [https://www.isc.org/downloads/])
|
||||
AC_PREREQ([2.69])
|
||||
|
||||
AC_DEFINE([PACKAGE_VERSION_MAJOR], ["][bind_VERSION_MAJOR]["], [BIND 9 Major part of the version])
|
||||
|
|
|
|||
Loading…
Reference in a new issue