From c0d58f3d0b74423d8be9f82b1109bbd0fb10652b 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 | 6 +++--- 2 files changed, 4 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..c440d10 100644 --- a/.bcr/metadata.template.json +++ b/.bcr/metadata.template.json @@ -2,9 +2,9 @@ "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" } ], "repository": ["github:aspect-build/rules_swc"],