Skip to content

Commit 4d085e7

Browse files
committed
url -> urls
1 parent 273c651 commit 4d085e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bazel/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ archive_override(
2121
module_name = "re2",
2222
integrity = "sha256-lK1zvSsyF3h0I5u7ClliWQEhIlJ1FRjCf4f3jRkcNq0=",
2323
strip_prefix = "re2-c84a140c93352cdabbfb547c531be34515b12228",
24-
url = "https://github.com/google/re2/archive/c84a140c93352cdabbfb547c531be34515b12228.tar.gz",
24+
urls = ["https://github.com/google/re2/archive/c84a140c93352cdabbfb547c531be34515b12228.tar.gz"],
2525
)
2626

2727
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip", dev_dependency = True)

0 commit comments

Comments
 (0)