Skip to content

Commit

Permalink
Update RASPRG chairs
Browse files Browse the repository at this point in the history
  • Loading branch information
csperkins committed Jul 26, 2024
1 parent 69b79b6 commit b8bf903
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/helper_irtf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -405,14 +405,15 @@ def contacts
)

# RASPRG
castro = Person.new("Ignacio", "Castro", "[email protected]", "https://icastro.info", nil)
castro = Person.new("Ignacio", "Castro", "[email protected]", "https://datatracker.ietf.org/person/[email protected]", nil)
retana = Person.new("Alvaro", "Retana", "[email protected]", "https://datatracker.ietf.org/person/[email protected]", nil)
rasprg = RG.new(
"rasprg",
"Research and Analysis of Standard-Setting Processes",
"[email protected]",
nil,
nil,
[ castro, tenoever ],
[ castro, retana ],
nil,
"2023-02-21",
nil
Expand Down

0 comments on commit b8bf903

Please sign in to comment.