commit 6ccd20fe6415c79d50f762c913979bfe3372fa27
Author: Simon Howard <fraggle@gmail.com>
AuthorDate: Sat Dec 23 01:32:22 2006 +0000
Commit: Simon Howard <fraggle@gmail.com>
CommitDate: Sat Dec 23 01:32:22 2006 +0000
Fix my email address.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 801
---
configure.in | 2 +-
msvc/config.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.in b/configure.in
index aab42aa0..6b515665 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT(Chocolate Doom, 0.2.0, fraggle@alkali.org, chocolate-doom)
+AC_INIT(Chocolate Doom, 0.2.0, fraggle@gmail.com, chocolate-doom)
AC_CONFIG_AUX_DIR(autotools)
orig_CFLAGS="$CFLAGS"
diff --git a/msvc/config.h b/msvc/config.h
index 897ca3fb..79416b60 100644
--- a/msvc/config.h
+++ b/msvc/config.h
@@ -5,7 +5,7 @@
#define PACKAGE "chocolate-doom"
/* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT "fraggle@alkali.org"
+#define PACKAGE_BUGREPORT "fraggle@gmail.com"
/* Define to the full name of this package. */
#define PACKAGE_NAME "Chocolate Doom"