Change www.frc971.org to software.frc971.org
Signed-off-by: Maxwell Henderson <maxwell.henderson@mailbox.org>
Change-Id: Ib3445dc10e27afa9b9ef3d4d58af58b5ea7f003d
diff --git a/tools/go/mirrored_go_deps.bzl b/tools/go/mirrored_go_deps.bzl
index adac994..dbf4f29 100644
--- a/tools/go/mirrored_go_deps.bzl
+++ b/tools/go/mirrored_go_deps.bzl
@@ -41,7 +41,7 @@
strip_prefix = info["strip_prefix"],
type = "zip",
urls = [
- "https://www.frc971.org/Build-Dependencies/go_deps/" + info["filename"],
+ "https://software.frc971.org/Build-Dependencies/go_deps/" + info["filename"],
],
sha256 = info["sha256"],
importpath = info["importpath"],