Skip to content

Commit

Permalink
Merge pull request #62 from jyn514/hi-nora-🐱
Browse files Browse the repository at this point in the history
trans her gender
  • Loading branch information
pietroalbini authored Jul 28, 2024
2 parents 137b80e + 0360223 commit 5b2c975
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/reviewers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ impl Reviewers {
let manishearth = a("Manish Goregaokar", "[email protected]");
let michaelwoerister = a("Michael Woerister", "[email protected]");
let nikomatsakis = a("Niko Matsakis", "[email protected]");
let nora = a("Noratrieb", "[email protected]");
let nrc = a("Nick Cameron", "[email protected]");
let oli_obk = a("Oliver Scherer", "[email protected]");
let pcwalton = a("Patrick Walton", "[email protected]");
Expand Down Expand Up @@ -242,10 +243,11 @@ impl Reviewers {
map.insert("nick29581", nrc.clone());
map.insert("nikic", a("Nikita Popov", "[email protected]"));
map.insert("nikomatsakis", nikomatsakis.clone());
map.insert("nilstrieb", a("Nilstrieb", "[email protected]"));
map.insert("nilstrieb", nora.clone());
map.insert("nmatsakis", nikomatsakis.clone());
map.insert("nnethercote", a("Nicholas Nethercote", "[email protected]"));
map.insert("notriddle", a("Michael Howell", "[email protected]"));
map.insert("noratrieb", nora.clone());
map.insert("nrc", nrc.clone());
map.insert("obi-obk", oli_obk.clone());
map.insert("oli-obk", oli_obk.clone());
Expand Down

0 comments on commit 5b2c975

Please sign in to comment.