devapp/owners: update owners for dev.fuzz

Change-Id: I8c93f5664b3a4ba224bd9f2ef4ddc3093cf7b30d
Reviewed-on: https://go-review.googlesource.com/c/build/+/325700
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
diff --git a/devapp/owners/table.go b/devapp/owners/table.go
index 0d3d21e..5c0a450 100644
--- a/devapp/owners/table.go
+++ b/devapp/owners/table.go
@@ -86,7 +86,8 @@
 	tombergan    = gh("tombergan")
 	zpavlinovic  = gh("zpavlinovic")
 
-	toolsTeam = gh("golang/tools-team")
+	fuzzingTeam = gh("golang/fuzzing")
+	toolsTeam   = gh("golang/tools-team")
 )
 
 // entries is a map of <repo name>/<path>, <domain>, or <branch> to Owner
@@ -835,8 +836,7 @@
 
 	// Branches in the Go repository.
 	"dev.fuzz": {
-		Primary:   []Owner{katie, jayconrod},
-		Secondary: []Owner{roland},
+		Primary: []Owner{fuzzingTeam},
 	},
 
 	// Misc. other Go repositories.
diff --git a/internal/gophers/gophers.go b/internal/gophers/gophers.go
index 191712b..fcd8cf1 100644
--- a/internal/gophers/gophers.go
+++ b/internal/gophers/gophers.go
@@ -116,6 +116,7 @@
 	// Not people, but hereby granted personhood:
 	addPerson("Gopherbot", "gobot@golang.org", "@gopherbot", "5976@62eb7196-b449-3ce5-99f1-c037f21e1705", "*bot")
 	addPerson("Gerrit Bot", "letsusegerrit@gmail.com", "12446@62eb7196-b449-3ce5-99f1-c037f21e1705", "*bot")
+	addPerson("Fuzzing Team", "@golang/fuzzing")
 	addPerson("Tools Team", "@golang/tools-team", "e37ba6c9c17684849faf885129b25ef8944419e9")
 
 	addPerson("212472270", "ggp493@gmail.com", "@ggriffiths")