aboutsummaryrefslogtreecommitdiffstats
path: root/tools/configure.ac
diff options
context:
space:
mode:
authorAndrew Cooper <andrew.cooper3@citrix.com>2012-07-26 10:35:37 +0100
committerAndrew Cooper <andrew.cooper3@citrix.com>2012-07-26 10:35:37 +0100
commit57d1740e24714ff35b146955fd0b0d4bcf975d8d (patch)
treefb737796861c3a4d6d8d4b6c057d688ad5325fca /tools/configure.ac
parenta413f5a5f4463bc805c297bc2d328f1da17f3b1b (diff)
downloadxen-57d1740e24714ff35b146955fd0b0d4bcf975d8d.tar.gz
xen-57d1740e24714ff35b146955fd0b0d4bcf975d8d.tar.bz2
xen-57d1740e24714ff35b146955fd0b0d4bcf975d8d.zip
xen: update xensource.com to xen.org
This patch was constructed by grepping for xensource.com over the entire repository and eyeballing which ones were sensible to update. In addition, the xen-tools mailing list has been deprecated, so update xentop to refer to xen-devel instead. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/configure.ac')
-rw-r--r--tools/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure.ac b/tools/configure.ac
index 2ee825267b..bb497cca92 100644
--- a/tools/configure.ac
+++ b/tools/configure.ac
@@ -3,7 +3,7 @@
AC_PREREQ([2.67])
AC_INIT([Xen Hypervisor], m4_esyscmd([../version.sh ../xen/Makefile]),
- [xen-devel@lists.xensource.com])
+ [xen-devel@lists.xen.org])
AC_CONFIG_SRCDIR([libxl/libxl.c])
AC_CONFIG_FILES([../config/Tools.mk])
AC_CONFIG_HEADERS([config.h])