Skip to content

Commit 841ed97

Browse files
dmitshurgopherbot
authored andcommitted
internal/gophers: update Kevin Burke's Gerrit email
Gopherbot fails to add the previous email as a reviewer because it's not associated with any Gerrit account anymore. Update it to the one reported by 'curl https://go-review.googlesource.com/accounts/13437'. Also merge the two addPerson calls into one while here. For golang/go#28320. Change-Id: If2ee53299d9f54eb1d1d3e8609e7c92ff705f91e Reviewed-on: https://go-review.googlesource.com/c/build/+/502855 Reviewed-by: Heschi Kreinick <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 5cd913d commit 841ed97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/gophers/gophers.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -1646,8 +1646,7 @@ func init() {
16461646
addPerson("Ketan Parmar", "[email protected]")
16471647
addPerson("Ketan Parmar", "[email protected]", "@kpbird")
16481648
addPerson("Kevin Ballard", "[email protected]", "@kballard")
1649-
addPerson("Kevin Burke", "[email protected]", "13437@62eb7196-b449-3ce5-99f1-c037f21e1705")
1650-
addPerson("Kevin Burke", "[email protected]", "@kevinburke")
1649+
addPerson("Kevin Burke", "[email protected]", "@kevinburke", "13437@62eb7196-b449-3ce5-99f1-c037f21e1705")
16511650
addPerson("Kevin Kirsche", "[email protected]", "@kkirsche")
16521651
addPerson("Kevin Klues", "[email protected]", "@klueska")
16531652
addPerson("Kevin Lozandier", "[email protected]")

0 commit comments

Comments
 (0)