Skip to content

Commit 70685b1

Browse files
committed
Update metadata.template.json
There was a typo in the bzlmod for rules_lambda, not big deal because this was never published to [BCR](https://registry.bazel.build/modules/rules_lambda), this file was there just so we could pull rules_lambda with an [http_archive](https://bazel.build/rules/lib/repo/http#http_archive). The integrity on the http_archive is based on our git commits and the content of the repo at that git commit, the manifest is only used for metadata of BCR, but again it was never published
1 parent 9c471ae commit 70685b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.bcr/metadata.template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"homepage": "https://github.com/boookingcom/rules_lambda",
2+
"homepage": "https://github.com/bookingcom/rules_lambda",
33
"maintainers": [],
44
"repository": [
55
"github:bookingcom/rules_lambda"
66
],
77
"versions": [],
88
"yanked_versions": {}
9-
}
9+
}

0 commit comments

Comments
 (0)