summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 2334a47..62ee336 100644
--- a/settings.py
+++ b/settings.py
@@ -13,6 +13,9 @@ ADMINS = (
# Set managers to admins
MANAGERS = ADMINS
+# Package out of date emails for orphans
+NOTIFICATIONS = ['arch-notifications@archlinux.org']
+
# Full path to the data directory
DEPLOY_PATH = os.path.dirname(os.path.realpath(__file__))