summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/views.py b/devel/views.py
index 5b8965d8..5b03f8c0 100644
--- a/devel/views.py
+++ b/devel/views.py
@@ -155,7 +155,7 @@ class NewUserForm(forms.ModelForm):
send_mail("Your new archweb account",
t.render(c),
- 'Arch Website Notification <nobody@archlinux.org>',
+ 'Parabola <dev@list.parabolagnulinux.org>',
[user.email],
fail_silently=False)