commit 378bf6948a477e808976302cbec477dd9c646c3e Author: Christian Fromme kaner@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@torproject.org'), + ('Tor Admins', 'torproject-admin@torproject.org'), )
MANAGERS = ADMINS
tor-commits@lists.torproject.org