From b2d88f07223ff097a13e4851ccca455f3b430d10 Mon Sep 17 00:00:00 2001 From: Derek Cormier Date: Tue, 14 Jan 2025 11:56:58 -0800 Subject: [PATCH] chore: update bcr maintainer info (#1029) --- .bcr/config.yml | 4 ++-- .bcr/metadata.template.json | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.bcr/config.yml b/.bcr/config.yml index bd3fa1182..cf71473b7 100644 --- a/.bcr/config.yml +++ b/.bcr/config.yml @@ -1,4 +1,4 @@ # See https://github.com/bazel-contrib/publish-to-bcr#a-note-on-release-automation fixedReleaser: - login: kormide - email: derek@aspect.dev + login: jbedard + email: jason@aspect.build diff --git a/.bcr/metadata.template.json b/.bcr/metadata.template.json index 00ca14cdf..0b72002d7 100644 --- a/.bcr/metadata.template.json +++ b/.bcr/metadata.template.json @@ -3,13 +3,18 @@ "maintainers": [ { "name": "Alex Eagle", - "email": "alex@aspect.dev", + "email": "alex@aspect.build", "github": "alexeagle" }, { "name": "Derek Cormier", - "email": "derek@aspect.dev", + "email": "derek@aspect.build", "github": "kormide" + }, + { + "name": "Jason Bedard", + "email": "jason@aspect.build", + "github": "jbedard" } ], "repository": ["github:bazel-contrib/bazel-lib"],