diff options
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | 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" |