Skip to content

Commit e8df974

Browse files
authored
chore: update bcr maintainers (#3910)
## PR Checklist Please check if your PR fulfills the following requirements: - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug fixes / features) ## PR Type What kind of change does this PR introduce? <!-- Please check the one that applies to this PR using "x". --> - [ ] Bugfix - [ ] Feature (please, look at the "Scope of the project" section in the README.md file) - [ ] Code style update (formatting, local variables) - [ ] Refactoring (no functional changes, no api changes) - [ ] Build related changes - [ ] CI related changes - [ ] Documentation content changes - [ ] Other... Please describe: ## What is the current behavior? <!-- Please describe the current behavior that you are modifying, or link to a relevant issue. --> Issue Number: N/A ## What is the new behavior? ## Does this PR introduce a breaking change? - [ ] Yes - [ ] No <!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. --> ## Other information
1 parent 448d42b commit e8df974

1 file changed

Lines changed: 16 additions & 11 deletions

File tree

.bcr/metadata.template.json

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
{
2-
"homepage": "https://github.com/bazel-contrib/rules_nodejs",
3-
"maintainers": [
4-
{
5-
"email": "alex@aspect.dev",
6-
"github": "alexeagle",
7-
"name": "Alex Eagle"
8-
}
9-
],
10-
"repository": ["github:bazel-contrib/rules_nodejs"],
11-
"versions": [],
12-
"yanked_versions": {}
2+
"homepage": "https://github.com/bazel-contrib/rules_nodejs",
3+
"maintainers": [
4+
{
5+
"email": "eagle@post.harvard.edu",
6+
"github": "alexeagle",
7+
"name": "Alex Eagle"
8+
},
9+
{
10+
"email": "jason@aspect.build",
11+
"github": "jbedard",
12+
"name": "Jason Bedard"
13+
}
14+
],
15+
"repository": ["github:bazel-contrib/rules_nodejs"],
16+
"versions": [],
17+
"yanked_versions": {}
1318
}

0 commit comments

Comments
 (0)