From 430c7eccd4670810af100b2f6d87e712abfd70df Mon Sep 17 00:00:00 2001 From: rarified Date: Sun, 3 Oct 2021 15:26:44 -0600 Subject: [PATCH] Hack to change submodule URL to reference HTTP internal name Workaround for LetsEncrypt cert fiasco and local OpenSSL --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 9a46107e..6c1ae9c5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "SDK-binary-VS2010"] path = Build/VS2010/SDK-binary - url = https://foundry.openuru.org/gitblit/r/CWE-SDKs/SDK-binary-VS2010 + url = http://urufoundry/gitblit/r/CWE-SDKs/SDK-binary-VS2010