Skip to content

Commit 779c38b

Browse files
dmitshurbradfitz
authored andcommitted
all: update GitHub username shurcooL to dmitshur
I have renamed my GitHub username from shurcooL to dmitshur. Update all instances to match. Reference: https://twitter.com/dmitshur/status/1021266582834634752. Change-Id: I7f2454fd8359c2af8a019baabee4f2a346f19718 Reviewed-on: https://go-review.googlesource.com/125439 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 1650b5f commit 779c38b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

devapp/owners/table.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var (
3030
bradfitz = gh("bradfitz")
3131
cbro = gh("broady")
3232
cherryyz = gh("cherrymui")
33-
dsh = gh("shurcooL")
33+
dmitshur = gh("dmitshur")
3434
danderson = gh("danderson")
3535
drchase = gh("dr2chase")
3636
dvyukov = gh("dvyukov")
@@ -513,7 +513,7 @@ var entries = map[string]*Entry{
513513
},
514514

515515
"build/maintner/cmd/maintserve": {
516-
Primary: []Owner{dsh},
516+
Primary: []Owner{dmitshur},
517517
Secondary: []Owner{andybons},
518518
},
519519

internal/gophers/gophers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ func init() {
466466
addPerson("Dirk Gadsden", "[email protected]", "@dirk")
467467
addPerson("Diwaker Gupta", "[email protected]", "@diwakergupta")
468468
addPerson("Dmitri Popov", "[email protected]", "@pin")
469-
addPerson("Dmitri Shuralyov", "[email protected]", "[email protected]", "@shurcooL")
469+
addPerson("Dmitri Shuralyov", "[email protected]", "[email protected]", "@dmitshur")
470470
addPerson("Dmitriy Dudkin", "[email protected]", "@tmwh")
471471
addPerson("Dmitry Chestnykh", "[email protected]", "@dchest")
472472
addPerson("Dmitry Pokidov", "[email protected]")

maintner/github_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,15 +223,15 @@ func TestParseGithubEvents(t *testing.T) {
223223
"id": 1000077586,
224224
"url": "https://api.github.com/repos/bradfitz/go-issue-mirror/issues/events/1000077586",
225225
"actor": {
226-
"login": "shurcooL",
226+
"login": "dmitshur",
227227
"id": 1924134
228228
},
229229
"event": "unassigned",
230230
"commit_id": null,
231231
"commit_url": null,
232232
"created_at": "2017-03-15T00:31:42Z",
233233
"assignee": {
234-
"login": "shurcooL",
234+
"login": "dmitshur",
235235
"id": 1924134
236236
},
237237
"assigner": {
@@ -245,11 +245,11 @@ func TestParseGithubEvents(t *testing.T) {
245245
Created: t3339("2017-03-15T00:31:42Z"),
246246
Actor: &GitHubUser{
247247
ID: 1924134,
248-
Login: "shurcooL",
248+
Login: "dmitshur",
249249
},
250250
Assignee: &GitHubUser{
251251
ID: 1924134,
252-
Login: "shurcooL",
252+
Login: "dmitshur",
253253
},
254254
Assigner: &GitHubUser{
255255
ID: 2621,
@@ -503,7 +503,7 @@ func TestParseGithubEvents(t *testing.T) {
503503
var c Corpus
504504
c.initGithub()
505505
c.github.getOrCreateUserID(2621).Login = "bradfitz"
506-
c.github.getOrCreateUserID(1924134).Login = "shurcooL"
506+
c.github.getOrCreateUserID(1924134).Login = "dmitshur"
507507
gr := c.github.getOrCreateRepo("foowner", "bar")
508508
e2 := gr.newGithubEvent(gotp)
509509

0 commit comments

Comments
 (0)