update with Dave's new email address

This commit is contained in:
András Salamon 2005-06-29 20:12:16 +00:00
parent e970412e81
commit 82cbd875cf

View file

@ -18,6 +18,7 @@ $changes += s/\r$// # de-DOS-ify
+ s/ +\t/\t/g # remove spaces hidden by tabs
+ s/[\t ]+$// # remove trailing whitespace
+ s#wesnoth\.whitevine\.net/?#www.wesnoth.org/#g
+ s#davidnwhite\@optusnet\.com\.au#davidnwhite\@comcast.net#g;
+ s#davidnwhite\@optusnet\.com\.au#davidnwhite\@verizon.net#g;
+ s#davidnwhite\@comcast\.net#davidnwhite\@verizon.net#g;
END { print "$changes made\n"; }