diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-05-21 05:40:52 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-05-21 05:40:52 +0000 |
commit | 081223981aa520f792757a1776588756a4107fd4 (patch) | |
tree | 81bb9768792f5447eac7f2b8958c4758dba075f2 /settings.py | |
parent | 3ee286527f1ec23ead2c11201b9fa504a5bf6208 (diff) |
Local settings
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py index 8e916e36..7d3c500f 100644 --- a/settings.py +++ b/settings.py @@ -12,7 +12,7 @@ ADMINS = () MANAGERS = ADMINS # Package out-of-date emails for orphans -NOTIFICATIONS = ['arch-notifications@archlinux.org'] +NOTIFICATIONS = ['packages@list.parabolagnulinux.org'] # Full path to the data directory DEPLOY_PATH = os.path.dirname(os.path.realpath(__file__)) |