Skip to content

Commit 5b2c975

Browse files
authored
Merge pull request #62 from jyn514/hi-nora-🐱
trans her gender
2 parents 137b80e + 0360223 commit 5b2c975

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/reviewers.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ impl Reviewers {
3636
let manishearth = a("Manish Goregaokar", "[email protected]");
3737
let michaelwoerister = a("Michael Woerister", "[email protected]");
3838
let nikomatsakis = a("Niko Matsakis", "[email protected]");
39+
let nora = a("Noratrieb", "[email protected]");
3940
let nrc = a("Nick Cameron", "[email protected]");
4041
let oli_obk = a("Oliver Scherer", "[email protected]");
4142
let pcwalton = a("Patrick Walton", "[email protected]");
@@ -242,10 +243,11 @@ impl Reviewers {
242243
map.insert("nick29581", nrc.clone());
243244
map.insert("nikic", a("Nikita Popov", "[email protected]"));
244245
map.insert("nikomatsakis", nikomatsakis.clone());
245-
map.insert("nilstrieb", a("Nilstrieb", "[email protected]"));
246+
map.insert("nilstrieb", nora.clone());
246247
map.insert("nmatsakis", nikomatsakis.clone());
247248
map.insert("nnethercote", a("Nicholas Nethercote", "[email protected]"));
248249
map.insert("notriddle", a("Michael Howell", "[email protected]"));
250+
map.insert("noratrieb", nora.clone());
249251
map.insert("nrc", nrc.clone());
250252
map.insert("obi-obk", oli_obk.clone());
251253
map.insert("oli-obk", oli_obk.clone());

0 commit comments

Comments
 (0)