diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-02 00:13:47 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-02 00:13:47 -0500 |
commit | d265eb8b328fc58879618d20177967c51fde383e (patch) | |
tree | eaaa2829658b1e677b5acfb45fee88b4f6f32c01 /packages/views | |
parent | a10b6d884f4f102f5216f4b341f35bb341cee176 (diff) |
These for references to arch slipped through.
Diffstat (limited to 'packages/views')
-rw-r--r-- | packages/views/flag.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/views/flag.py b/packages/views/flag.py index 7e9d87c7..5db2ea69 100644 --- a/packages/views/flag.py +++ b/packages/views/flag.py @@ -71,7 +71,7 @@ def flag(request, name, repo, arch): }) send_mail(subject, tmpl.render(ctx), - 'Arch Website Notification <nobody@archlinux.org>', + 'Parabola Website Notification <nobody@parabolagnulinux.org>', toemail, fail_silently=True) |