devapp/owners: remove myself from cmd/doc and text/template

Realistically I have not developed nor reviewed changes for these
packages in two years now. Remove my name to be upfront and
to leave a gap for new contributors to fill.

Change-Id: I9edcdb38ae9cf23c8454348ce428d92718973c03
Reviewed-on: https://go-review.googlesource.com/c/build/+/673895
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
diff --git a/devapp/owners/table.go b/devapp/owners/table.go
index 9ca131c..4a9f8c0 100644
--- a/devapp/owners/table.go
+++ b/devapp/owners/table.go
@@ -187,8 +187,7 @@
 		Secondary: []Owner{compilerTeam},
 	},
 	"go/src/cmd/doc": {
-		Primary:   []Owner{r},
-		Secondary: []Owner{mvdan},
+		Primary: []Owner{r},
 	},
 	"go/src/cmd/go": {
 		Primary: []Owner{commandlineTeam},
@@ -702,12 +701,10 @@
 		Primary: []Owner{gri},
 	},
 	"go/src/text/template": {
-		Primary:   []Owner{r},
-		Secondary: []Owner{mvdan},
+		Primary: []Owner{r},
 	},
 	"go/src/text/template/parse": {
-		Primary:   []Owner{r},
-		Secondary: []Owner{mvdan},
+		Primary: []Owner{r},
 	},
 	"go/src/time": {
 		Primary: []Owner{rsc},