Skip to content

Commit a4d8a51

Browse files
authored
chore: add jbedard to bcr maintainers (#123)
### Changes are visible to end-users: no ### Test plan - Covered by existing test cases
1 parent f97c754 commit a4d8a51

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

.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://docs.aspect.build/rules/aspect_rules_terser",
3-
"maintainers": [
4-
{
5-
"email": "[email protected]",
6-
"github": "alexeagle",
7-
"name": "Alex Eagle"
8-
}
9-
],
10-
"repository": ["github:aspect-build/rules_terser"],
11-
"versions": [],
12-
"yanked_versions": {}
2+
"homepage": "https://docs.aspect.build/rules/aspect_rules_terser",
3+
"maintainers": [
4+
{
5+
"email": "[email protected]",
6+
"github": "alexeagle",
7+
"name": "Alex Eagle"
8+
},
9+
{
10+
"email": "[email protected]",
11+
"github": "jbedard",
12+
"name": "Jason Bedard"
13+
}
14+
],
15+
"repository": ["github:aspect-build/rules_terser"],
16+
"versions": [],
17+
"yanked_versions": {}
1318
}

0 commit comments

Comments
 (0)