Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/reviewers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ impl Reviewers {
map.insert("b-naber", a("b-naber", "[email protected]"));
map.insert("badboy", a("Jan-Erik Rediger", "[email protected]"));
map.insert("bblum", a("Ben Blum", "[email protected]"));
map.insert("blyxyas", a("blyxyas", "[email protected]"));
map.insert("bjorn3", a("bjorn3", "[email protected]"));
map.insert("bjz", a("Brendan Zabarauskas", "[email protected]"));
map.insert("bkoropoff", a("Brian Koropoff", "[email protected]"));
Expand All @@ -99,6 +100,7 @@ impl Reviewers {
map.insert("catamorphism", a("Tim Chevalier", "[email protected]"));
map.insert("cdirkx", a("Christiaan Dirkx", "[email protected]"));
map.insert("centril", a("Mazdak Farrokhzad", "[email protected]"));
map.insert("centri3", a("Catherine Flores", "[email protected]"));
map.insert("chris", a("Chris Morgan", "[email protected]"));
map.insert("chrisdenton", a("Chris Denton", "[email protected]"));
map.insert("cjgillot", a("Camille GILLOT", "[email protected]"));
Expand Down