Skip to content

Commit

Permalink
fix: update bug report email address (#5342)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsparks committed Mar 15, 2023
1 parent abc70ae commit cf755d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf/settings.py
Expand Up @@ -54,7 +54,7 @@
('Kesara Rathnayaka', 'krathnayake@ietf.org'),
] # type: List[Tuple[str, str]]

BUG_REPORT_EMAIL = "datatracker-project@ietf.org"
BUG_REPORT_EMAIL = "tools-help@ietf.org"

PASSWORD_HASHERS = [
'django.contrib.auth.hashers.Argon2PasswordHasher',
Expand Down

0 comments on commit cf755d2

Please sign in to comment.