From 515df6120c30590d9b1cb666b0f018e0bdf247fc Mon Sep 17 00:00:00 2001 From: Sam Gammon Date: Fri, 8 Sep 2023 14:20:34 -0700 Subject: [PATCH] fix: `http` url in workspace (#102) Fixes and closes bazel-contrib/bcr-ui#101 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 5bdcf27fa816..81f2fe9ab62e 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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", ], )