[tor-commits] [weather/master] Add a patch from Andrew to correct email sendings by Weather

kaner at torproject.org kaner at torproject.org
Sat Oct 29 23:05:59 UTC 2011


commit 378bf6948a477e808976302cbec477dd9c646c3e
Author: Christian Fromme <kaner at strace.org>
Date:   Sun Oct 30 01:04:59 2011 +0200

    Add a patch from Andrew to correct email sendings by Weather
---
 weather/settings.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/weather/settings.py b/weather/settings.py
index ea17f80..9cf0ae1 100644
--- a/weather/settings.py
+++ b/weather/settings.py
@@ -7,7 +7,7 @@ DEBUG = False #set to true to see stack traces instead of standard html errors
 TEMPLATE_DEBUG = DEBUG
 
 ADMINS = (
-     ('Tor Admins', 'tor-admins at torproject.org'),
+     ('Tor Admins', 'torproject-admin at torproject.org'),
 )
 
 MANAGERS = ADMINS



More information about the tor-commits mailing list