summaryrefslogtreecommitdiff
path: root/todolists
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-12-01 23:35:41 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-12-01 23:35:41 -0500
commit623e0453cee5e3f663a0b18d68db0396cc812983 (patch)
tree7859e06e85d368d1ba7f4476cc1dc6708c725347 /todolists
parent3eb75b1670fd5f5b581ac9c0d2b1343d205118a8 (diff)
I think this fixes all the broken links (that point to parabolagnulinux.org anyway)
Diffstat (limited to 'todolists')
-rw-r--r--todolists/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/todolists/views.py b/todolists/views.py
index 43763545..233102cf 100644
--- a/todolists/views.py
+++ b/todolists/views.py
@@ -161,7 +161,7 @@ def send_todolist_emails(todo_list, new_packages):
template = loader.get_template('todolists/email_notification.txt')
send_mail('Packages added to todo list \'%s\'' % todo_list.name,
template.render(ctx),
- 'Parabola <packages@list.parabolagnulinux.org>',
+ 'Parabola <dev@lists.parabolagnulinux.org>',
[maint],
fail_silently=True)