From 2b2406bc7830c488e73ef92af715d5453c6c8a4b Mon Sep 17 00:00:00 2001 From: Stefan Bucur <281483+stefanbucur@users.noreply.github.com> Date: Fri, 12 Apr 2024 11:25:10 -0400 Subject: [PATCH] Update metadata.template.json with correct email (#247) --- .bcr/metadata.template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/metadata.template.json b/.bcr/metadata.template.json index b35ba85..418d75e 100644 --- a/.bcr/metadata.template.json +++ b/.bcr/metadata.template.json @@ -2,7 +2,7 @@ "homepage": "https://github.com/bazelbuild/rules_fuzzing", "maintainers": [ { - "email": "281483+stefanbucur@users.noreply.github.com", + "email": "sbucur@google.com", "github": "stefanbucur", "name": "Stefan Bucur" }