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", "manishsmail@gmail.com");
3737
let michaelwoerister = a("Michael Woerister", "michaelwoerister@posteo.net");
3838
let nikomatsakis = a("Niko Matsakis", "niko@alum.mit.edu");
39+
let nora = a("Noratrieb", "48135649+Noratrieb@users.noreply.github.com");
3940
let nrc = a("Nick Cameron", "ncameron@mozilla.com");
4041
let oli_obk = a("Oliver Scherer", "github35764891676564198441@oli-obk.de");
4142
let pcwalton = a("Patrick Walton", "pcwalton@mimiga.net");
@@ -242,10 +243,11 @@ impl Reviewers {
242243
map.insert("nick29581", nrc.clone());
243244
map.insert("nikic", a("Nikita Popov", "nikita.ppv@gmail.com"));
244245
map.insert("nikomatsakis", nikomatsakis.clone());
245-
map.insert("nilstrieb", a("Nilstrieb", "48135649+Nilstrieb@users.noreply.github.com"));
246+
map.insert("nilstrieb", nora.clone());
246247
map.insert("nmatsakis", nikomatsakis.clone());
247248
map.insert("nnethercote", a("Nicholas Nethercote", "nnethercote@mozilla.com"));
248249
map.insert("notriddle", a("Michael Howell", "michael@notriddle.com"));
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)