devapp/owners: remove iancottrell as internal/lsp, gopls owner

Change-Id: If2678272d22965ea34faa70ee6e754e7c00c43f0
Reviewed-on: https://go-review.googlesource.com/c/build/+/352909
Trust: Rebecca Stambler <rstambler@golang.org>
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Cottrell <iancottrell@google.com>
diff --git a/devapp/owners/table.go b/devapp/owners/table.go
index abd4231..acd6b4e 100644
--- a/devapp/owners/table.go
+++ b/devapp/owners/table.go
@@ -740,7 +740,7 @@
 	},
 	"tools/gopls": {
 		Primary:   []Owner{rstambler},
-		Secondary: []Owner{iancottrell},
+		Secondary: []Owner{toolsTeam},
 	},
 	"tools/imports": {
 		Primary: []Owner{heschi},
@@ -771,7 +771,7 @@
 	},
 	"tools/internal/lsp": {
 		Primary:   []Owner{rstambler},
-		Secondary: []Owner{iancottrell},
+		Secondary: []Owner{toolsTeam},
 	},
 	"tools/internal/lsp/cache": {
 		Primary: []Owner{rstambler},