From 129ca061c24d2ee479ffffd9ac9c67293bf1414f Mon Sep 17 00:00:00 2001 From: Derek Cormier Date: Tue, 14 Jan 2025 11:52:09 -0800 Subject: [PATCH] chore: update bcr maintainer info --- .bcr/config.yml | 2 +- .bcr/metadata.template.json | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.bcr/config.yml b/.bcr/config.yml index 9828ad2..d46d72d 100644 --- a/.bcr/config.yml +++ b/.bcr/config.yml @@ -1,3 +1,3 @@ fixedReleaser: login: alexeagle - email: alex@aspect.dev + email: alex@aspect.build diff --git a/.bcr/metadata.template.json b/.bcr/metadata.template.json index ba3ac19..a643b28 100644 --- a/.bcr/metadata.template.json +++ b/.bcr/metadata.template.json @@ -2,9 +2,14 @@ "homepage": "https://docs.aspect.build/rules/aspect_rules_swc", "maintainers": [ { - "email": "hello@aspect.dev", - "github": "aspect-build", - "name": "Aspect team" + "email": "alex@aspect.build", + "github": "alexeagle", + "name": "Alex Eagle" + }, + { + "email": "jason@aspect.build", + "github": "jbedard", + "name": "Jason Bedard" } ], "repository": ["github:aspect-build/rules_swc"],