update contact info

This commit is contained in:
Job Snijders
2020-12-23 13:40:37 +00:00
parent c05dea14a7
commit fd6150a2dd
4 changed files with 4 additions and 4 deletions

View File

@@ -394,7 +394,7 @@ and contributions from many others.
Project
-------
BGPQ4 is maintained by Job Snijders `<job@ntt.net>`.
BGPQ4 is maintained by Job Snijders `<job@sobornost.net>`.
[https://github.com/bgp/bgpq4](https://github.com/bgp/bgpq4)

View File

@@ -273,4 +273,4 @@ non-zero status.
.Sy https://github.com/bgp/bgpq4
BGPQ4 on Github.
.Sh PROJECT MAINTAINER
.An Job Snijders Aq job@ntt.net
.An Job Snijders Aq job@sobornost.net

View File

@@ -90,7 +90,7 @@ version()
printf(PACKAGE_NAME " - a versatile utility to generate BGP filters\n"
"version: " PACKAGE_VERSION "\n"
"website: https://github.com/bgp/bgpq4\n"
"maintainer: Job Snijders <job@ntt.net>\n");
"maintainer: Job Snijders <job@sobornost.net>\n");
exit(0);
}

View File

@@ -1,4 +1,4 @@
AC_INIT(bgpq4,0.0.6,job@ntt.net)
AC_INIT(bgpq4,0.0.6,job@sobornost.net)
AM_INIT_AUTOMAKE
AC_PACKAGE_URL(https://github.com/bgp/bgpq4)
AC_CONFIG_HEADERS([config.h])