From 6d1595559d38aea2637d0aa9558518ca512d9d07 Mon Sep 17 00:00:00 2001 From: Sandy Zhang Date: Mon, 18 Nov 2024 15:32:47 -0800 Subject: [PATCH] Fix typo in BCR maintainer name config for acozzette@ This was updated in BCR in https://github.com/bazelbuild/bazel-central-registry/pull/3057, but gets clobbered by this template on release. Will be backported to old branches so patches e.g. 29.x don't clobber this as well. PiperOrigin-RevId: 697779177 --- .bcr/metadata.template.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.bcr/metadata.template.json b/.bcr/metadata.template.json index cacacd222597..fc9fb8f0bc94 100644 --- a/.bcr/metadata.template.json +++ b/.bcr/metadata.template.json @@ -22,9 +22,9 @@ "name": "Jerry Berg" }, { - "email": "acozette@google.com", - "github": "acozette", - "name": "Adam Cozette", + "email": "acozzette@google.com", + "github": "acozzette", + "name": "Adam Cozzette", "do_not_notify": true }, {