update with Dave's new email address
This commit is contained in:
parent
e970412e81
commit
82cbd875cf
1 changed files with 2 additions and 1 deletions
|
@ -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"; }
|
||||
|
|
Loading…
Add table
Reference in a new issue