From c5da59c9499d98bd6e1a88d4461ceba68e6b7007 Mon Sep 17 00:00:00 2001 From: Derek Cormier Date: Tue, 14 Jan 2025 11:50:36 -0800 Subject: [PATCH] chore: update bcr maintainer info --- .bcr/config.yml | 4 ++-- .bcr/metadata.template.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bcr/config.yml b/.bcr/config.yml index 7a9e9d8..5456c27 100644 --- a/.bcr/config.yml +++ b/.bcr/config.yml @@ -1,3 +1,3 @@ fixedReleaser: - login: gregmagolan - email: greg@aspect.dev + login: jbedard + email: jason@aspect.build diff --git a/.bcr/metadata.template.json b/.bcr/metadata.template.json index bdeb7b4..9d9737d 100644 --- a/.bcr/metadata.template.json +++ b/.bcr/metadata.template.json @@ -2,9 +2,9 @@ "homepage": "https://docs.aspect.build/rules/aspect_rules_rollup", "maintainers": [ { - "email": "hello@aspect.dev", - "github": "aspect-build", - "name": "Aspect team" + "email": "jason@aspect.build", + "github": "jbedard", + "name": "Jason Bedard" } ], "repository": ["github:aspect-build/rules_rollup"],