aboutsummaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorGeorgy Redkozubov <georgy.redkozubov@linaro.org>2012-10-11 12:02:48 +0400
committerGeorgy Redkozubov <georgy.redkozubov@linaro.org>2012-10-11 12:02:48 +0400
commit673bb443cea72232098be64646c508c9978bec5e (patch)
tree72bb700760e763ddf39aebc44d079696e95374df /settings.py
parentfeb765932fb93523777ffa912bf677c27877aba5 (diff)
Change admin email to linaro-infrastructure-errors@linaro.org
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index 165026b..558c30a 100644
--- a/settings.py
+++ b/settings.py
@@ -9,7 +9,7 @@ PROJECT_ROOT = os.path.dirname(os.path.abspath(__file__))
ROOT_DIR = os.path.split(PROJECT_ROOT)[-1]
ADMINS = (
- ('linaro-infrastructure', 'infrastructure@linaro.org'),
+ ('linaro-infrastructure', 'linaro-infrastructure-errors@linaro.org'),
)
MANAGERS = ADMINS