Skip to content

Commit

Permalink
chore: abstract ADMINS (#5355)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsparks committed Mar 16, 2023
1 parent ab63eb0 commit 39be6da
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions ietf/settings.py
Expand Up @@ -44,14 +44,9 @@
# Domain name of the IETF
IETF_DOMAIN = 'ietf.org'

# Overriden in settings_local
ADMINS = [
# ('Henrik Levkowetz', 'henrik@levkowetz.com'),
('Robert Sparks', 'rjsparks@nostrum.com'),
# ('Ole Laursen', 'olau@iola.dk'),
('Ryan Cross', 'rcross@amsl.com'),
('Glen Barney', 'glen@amsl.com'),
('Maddy Conner', 'maddy@amsl.com'),
('Kesara Rathnayaka', 'krathnayake@ietf.org'),
('Tools Help', 'tools-help@ietf.org'),
] # type: List[Tuple[str, str]]

BUG_REPORT_EMAIL = "tools-help@ietf.org"
Expand Down

0 comments on commit 39be6da

Please sign in to comment.