Skip to content

Commit

Permalink
Add missing comma (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
phst committed Apr 25, 2024
1 parent 9083873 commit 2b546af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/maintainers_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "bazel_skylib",
sha256 = "$SHA256SUM"
sha256 = "$SHA256SUM",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/$VERSION/bazel-skylib-$VERSION.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/releases/download/$VERSION/bazel-skylib-$VERSION.tar.gz",
Expand Down

0 comments on commit 2b546af

Please sign in to comment.