diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1 +1 @@ -see http://www.vyatta.com/news/ +None at this time diff --git a/configure.ac b/configure.ac index 9485cf62..4c29f1a0 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-quagga], VERSION_ID, [vyatta-support@vyatta.com]) +AC_INIT([vyatta-cfg-quagga], VERSION_ID, [maintainers@vyos.net]) test -n "$VYATTA_VERSION" || VYATTA_VERSION=$PACKAGE_VERSION diff --git a/debian/control b/debian/control index f3756052..9eaff9ee 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: vyatta-cfg-quagga Section: contrib/net Priority: extra -Maintainer: Vyatta Package Maintainers <maintainers@vyatta.com> +Maintainer: Vyatta Package Maintainers <maintainers@vyos.net> Build-Depends: debhelper (>= 5), autotools-dev Standards-Version: 3.7.2 |