diff --git a/Source/Source.php b/Source/Source.php index 1c8199f..054bd5c 100755 --- a/Source/Source.php +++ b/Source/Source.php @@ -27,7 +27,7 @@ $this->page = 'manage_config_page'; $this->author = 'John Reese'; - $this->contact = 'jreese@leetcode.net'; + $this->contact = 'john@noswap.com'; $this->url = 'http://leetcode.net'; } diff --git a/SourceGithub/SourceGithub.php b/SourceGithub/SourceGithub.php index 9b376f3..7b3b4e1 100644 --- a/SourceGithub/SourceGithub.php +++ b/SourceGithub/SourceGithub.php @@ -21,7 +21,7 @@ ); $this->author = 'John Reese'; - $this->contact = 'jreese@leetcode.net'; + $this->contact = 'john@noswap.com'; $this->url = 'http://leetcode.net'; } diff --git a/SourceGitweb/SourceGitweb.php b/SourceGitweb/SourceGitweb.php index 4cb51ca..bdfcd36 100644 --- a/SourceGitweb/SourceGitweb.php +++ b/SourceGitweb/SourceGitweb.php @@ -21,7 +21,7 @@ ); $this->author = 'John Reese'; - $this->contact = 'jreese@leetcode.net'; + $this->contact = 'john@noswap.com'; $this->url = 'http://leetcode.net'; } diff --git a/SourceSFSVN/SourceSFSVN.php b/SourceSFSVN/SourceSFSVN.php index 79ab603..fffdeb2 100644 --- a/SourceSFSVN/SourceSFSVN.php +++ b/SourceSFSVN/SourceSFSVN.php @@ -20,7 +20,7 @@ ); $this->author = 'John Reese'; - $this->contact = 'jreese@leetcode.net'; + $this->contact = 'john@noswap.com'; $this->url = 'http://leetcode.net'; } diff --git a/SourceSVN/SourceSVN.php b/SourceSVN/SourceSVN.php index d71b8b2..0a44e2b 100644 --- a/SourceSVN/SourceSVN.php +++ b/SourceSVN/SourceSVN.php @@ -19,7 +19,7 @@ ); $this->author = 'John Reese'; - $this->contact = 'jreese@leetcode.net'; + $this->contact = 'john@noswap.com'; $this->url = 'http://leetcode.net'; } diff --git a/SourceWebSVN/SourceWebSVN.php b/SourceWebSVN/SourceWebSVN.php index 02942e1..f91271e 100644 --- a/SourceWebSVN/SourceWebSVN.php +++ b/SourceWebSVN/SourceWebSVN.php @@ -20,7 +20,7 @@ ); $this->author = 'John Reese'; - $this->contact = 'jreese@leetcode.net'; + $this->contact = 'john@noswap.com'; $this->url = 'http://leetcode.net'; }