From fd6150a2dda49a6dc7aafb04f66100d44813b593 Mon Sep 17 00:00:00 2001 From: Job Snijders Date: Wed, 23 Dec 2020 13:40:37 +0000 Subject: [PATCH] update contact info --- README.md | 2 +- bgpq4.8 | 2 +- bgpq4.c | 2 +- configure.ac | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1bb5c55..5d0b79b 100644 --- a/README.md +++ b/README.md @@ -394,7 +394,7 @@ and contributions from many others. Project ------- -BGPQ4 is maintained by Job Snijders ``. +BGPQ4 is maintained by Job Snijders ``. [https://github.com/bgp/bgpq4](https://github.com/bgp/bgpq4) diff --git a/bgpq4.8 b/bgpq4.8 index 801bc86..441085d 100644 --- a/bgpq4.8 +++ b/bgpq4.8 @@ -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 diff --git a/bgpq4.c b/bgpq4.c index a1bfdeb..cc1f994 100644 --- a/bgpq4.c +++ b/bgpq4.c @@ -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 \n"); + "maintainer: Job Snijders \n"); exit(0); } diff --git a/configure.ac b/configure.ac index 60723d0..b51187f 100644 --- a/configure.ac +++ b/configure.ac @@ -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])