Skip to content

Commit 047fb4d

Browse files
authored
Merge pull request #68 from yoshuawuyts/hi-sophia
genderify
2 parents 5d389b7 + 15c5787 commit 047fb4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/reviewers.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ impl Reviewers {
4343
let petrochenkov = a("Vadim Petrochenkov", "[email protected]");
4444
let quietmisdreavus = a("QuietMisdreavus", "[email protected]");
4545
let simulacrum = a("Mark Rousskov", "[email protected]");
46+
let sophiajt = a("Sophia June Turner", "[email protected]");
4647
let steveklabnik = a("Steve Klabnik", "[email protected]");
4748
let withoutboats = a("Without Boats", "[email protected]");
4849
let yaahc = a("Jane Lusby", "[email protected]");
@@ -178,7 +179,7 @@ impl Reviewers {
178179
map.insert("jhpratt", a("Jacob Pratt", "[email protected]"));
179180
map.insert("johntitor", a("Yuki Okushi", "[email protected]"));
180181
map.insert("jonas-schievink", a("Jonas Schievink", "[email protected]"));
181-
map.insert("jonathandturner", a("Jonathan Turner", "[email protected]"));
182+
map.insert("jonathandturner", sophiajt.clone());
182183
map.insert("joshtriplett", a("Josh Triplett", "[email protected]"));
183184
map.insert("jroesch", a("Jared Roesch", "[email protected]"));
184185
map.insert("jseyfried", a("Jeffrey Seyfried", "[email protected]"));

0 commit comments

Comments
 (0)