Description: Update upstream e-mail address
Author: Karl Bartel <karl@karl.berlin>
Reviewed-by: Christian T. Steigies <cts@debian.org>
Last-Update: 2022-10-31
===================================================================
diff --git a/AUTHORS b/AUTHORS
index 330c567..0d0e86e 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,7 +1,7 @@
 ====== CODE ======
 
 Graphics and code by KARL BARTEL:
-E-mail: karl42@gmail.com
+E-mail: karl@karl.berlin
 Homepage: http://www.linux-games.com
 
 Particle code, ideas and other support by LION KIMBRO:
diff --git a/ChangeLog b/ChangeLog
index 2568ebd..ad40233 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -249,4 +249,4 @@ Version 0.45:
 
 ------------------------------------< BUGS >------------------------------------
 
-no known bugs -> please mail any bug reports to karl42@gmail.com
+no known bugs -> please mail any bug reports to karl@karl.berlin
diff --git a/FAQ b/FAQ
index a180414..7c50e33 100644
--- a/FAQ
+++ b/FAQ
@@ -10,5 +10,5 @@ A:  1. turn off particles (-t / --noparticles)
     3. Start your X server at 16 bpp color depth. (startx -- -bpp 16)
 --------------------------------------------------------------------------------
 Q:  My question is not written here.
-A:  Then write a mail: karl42@gmail.com or get the newest version of BumpRace
+A:  Then write a mail: karl@karl.berlin or get the newest version of BumpRace
     from http://www.linux-games.com
diff --git a/README b/README
index c7b59f5..bf383a9 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ BumpRace is a simple arcade game. I'd like to receive a lot of comments and
 suggestions. You can get the newest version of BumpRace at:
     http://www.linux-games.com/bumprace/
 And you can reach me via e-mail:
-    karl42@gmail.com
+    karl@karl.berlin
 	
 Keys:
 	PLAYER 1
diff --git a/src/bumprace.c b/src/bumprace.c
index 6831f5a..5a3b415 100644
--- a/src/bumprace.c
+++ b/src/bumprace.c
@@ -16,10 +16,7 @@
     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA   
                                                                                 
     Karl Bartel
-    Cecilienstr. 14                                                    
-    12307 Berlin                                                  
-    GERMANY
-    karl42@gmail.com                                                      
+    karl@karl.berlin                                                      
 */                                                                            
 #include <stdio.h>
 #include <stdlib.h>
diff --git a/src/menu.c b/src/menu.c
index 8b8f20f..556d213 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -43,7 +43,7 @@ void help()  //prints the help & credits screeen
   PutString(Screen, 80, 525, "Time bonus");  
 
   PutString(Screen, 350, 165, "Code:");
-  PutString(Screen, 350, 180, "Karl Bartel (main code) <karl42@gmail.com>");
+  PutString(Screen, 350, 180, "Karl Bartel (main code) <karl@karl.berlin>");
   PutString(Screen, 350, 195, "Lion Kimbro (particles) <SnowLion@sprynet.com>");
   PutString(Screen, 350, 220, "Graphics:");
   PutString(Screen, 350, 235, "Karl Bartel");
