diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/control | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -1 +1 @@ -eng@vyatta.com +maintainers@so3group.net @@ -1 +1 @@ -see http://www.vyatta.com/news/ +None at this time diff --git a/configure.ac b/configure.ac index f7417452..4c81624a 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ m4_define([VERSION_ID], [m4_esyscmd([ else echo -n 2.4 fi])]) -AC_INIT([vyatta-cfg-system], VERSION_ID, [vyatta-support@vyatta.com]) +AC_INIT([vyatta-cfg-system], VERSION_ID, [maintainers@so3group.net]) test -n "$VYATTA_VERSION" || VYATTA_VERSION=$PACKAGE_VERSION diff --git a/debian/control b/debian/control index 09afddb0..fa04bae3 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: vyatta-cfg-system Section: contrib/net Priority: extra -Maintainer: Vyatta Package Maintainers <maintainers@vyatta.com> +Maintainer: VyOS Package Maintainers <maintainers@so3group.net> Build-Depends: debhelper (>= 5), autotools-dev Standards-Version: 3.7.2 |