speedcalc: change email to samba.org
authorMichael Adam <obnox@samba.org>
Mon, 2 Nov 2015 22:40:53 +0000 (23:40 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 2 Nov 2015 22:40:53 +0000 (23:40 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
speedcalc

index ea1e3ab5412d9435d407db063df69748941f2106..87000121cdfdcfdeae20fcacf8234b57cec4be39 100755 (executable)
--- a/speedcalc
+++ b/speedcalc
@@ -2,7 +2,7 @@
 # vim:et:sts=4:sw=4:si:fdm=marker:tw=0
 
 # speedcalc : calculate time, distance, speed
-# author    : Michael Adam <mad@obnox.de>
+# author    : Michael Adam <obnox@samba.org>
 # license   : GPL
 # history   :
 #   v0.1  2005-04-25 initial version
@@ -17,7 +17,7 @@ use POSIX qw(floor);
 
 my $Version = "0.1";
 my $Version_date = "2005-04-25";
-my $Email = "mad\@obnox.de";
+my $Email = "obnox\@samba.org";
 my $Real_name = "Michael Adam";
 
 # - error constants/messages {{{ -------------------------------