Skip to content

Commit

Permalink
fix: http url in workspace (#102)
Browse files Browse the repository at this point in the history
Fixes and closes #101
  • Loading branch information
sgammon authored Sep 8, 2023
1 parent 9933ede commit 515df61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ http_archive(
sha256 = "29a50ea545810dc077c408d520eb83e9de3eecfe6395e89cb07149d903fc31e5",
strip_prefix = "buildifier-prebuilt-6.1.2",
urls = [
"http://github.com/keith/buildifier-prebuilt/archive/6.1.2.tar.gz",
"https://github.com/keith/buildifier-prebuilt/archive/6.1.2.tar.gz",
],
)

Expand Down

0 comments on commit 515df61

Please sign in to comment.