diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 2334a47c..62ee336a 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__)) |