I have been laid off from Google.

As such, I can't officially review changes anymore.

Change-Id: Ia70fcc352f181b3b4148d558ce6ec6bcd389862c
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/78587
Reviewed-by: Adam Langley <agl@google.com>
Commit-Queue: Adam Langley <agl@google.com>
Auto-Submit: Bob Beck <beck@openbsd.org>
Reviewed-by: David Benjamin <davidben@google.com>
diff --git a/.bcr/metadata.template.json b/.bcr/metadata.template.json
index 6d8f767..ed376c9 100644
--- a/.bcr/metadata.template.json
+++ b/.bcr/metadata.template.json
@@ -7,14 +7,14 @@
       "name": "Adam Langley"
     },
     {
-      "email": "bbe@google.com",
-      "github": "bob-beck",
-      "name": "Bob Beck"
-    },
-    {
       "email": "davidben@google.com",
       "github": "davidben",
       "name": "David Benjamin"
+    },
+    {
+      "email": "dadrian@google.com",
+      "github": "dadrian",
+      "name": "David Adrian"
     }
   ],
   "repository": [
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e6f9471..4d9279a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -41,7 +41,7 @@
     git push origin HEAD:refs/for/main
 
 The output will then give you a link to the change. Add `agl@google.com`,
-`davidben@google.com`, and `bbe@google.com` as reviewers.
+`davidben@google.com` as reviewers.
 
 Pushing a commit with the same Change-Id as an existing change will upload a new
 version of it. (Use the `git rebase` or `git commit --amend` commands.)