Skip to content

Commit cf755d2

Browse files
authored
fix: update bug report email address (ietf-tools#5342)
1 parent abc70ae commit cf755d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
('Kesara Rathnayaka', 'krathnayake@ietf.org'),
5555
] # type: List[Tuple[str, str]]
5656

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

5959
PASSWORD_HASHERS = [
6060
'django.contrib.auth.hashers.Argon2PasswordHasher',

0 commit comments

Comments
 (0)