devapp/owners: remove x1ddos from owners

Requested in https://golang.org/issue/44894#issuecomment-794582295

Change-Id: I6e0fd23cdd02a39ac58cbdc9171cbf9a6e702aa2
Reviewed-on: https://go-review.googlesource.com/c/build/+/300329
Trust: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
diff --git a/devapp/owners/table.go b/devapp/owners/table.go
index c83b70c..3588277 100644
--- a/devapp/owners/table.go
+++ b/devapp/owners/table.go
@@ -80,7 +80,6 @@
 	thanm        = gh("thanm")
 	tklauser     = gh("tklauser")
 	tombergan    = gh("tombergan")
-	x1ddos       = gh("x1ddos")
 
 	toolsTeam = gh("golang/tools-team")
 )
@@ -104,11 +103,11 @@
 		Secondary: []Owner{agl, katie, roland},
 	},
 	"crypto/acme": {
-		Primary:   []Owner{roland, x1ddos},
+		Primary:   []Owner{roland},
 		Secondary: []Owner{filippo},
 	},
 	"crypto/acme/autocert": {
-		Primary:   []Owner{bradfitz, x1ddos},
+		Primary:   []Owner{bradfitz},
 		Secondary: []Owner{roland, filippo},
 	},