From bdb34e64749bb3dc362c4810c961dffcf67701b9 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Sat, 7 Dec 2019 17:52:30 +0100 Subject: [PATCH] Fixed boringssl URL Signed-off-by: WolverinDEV --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 71b171e..1e065b9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -68,7 +68,7 @@ url = https://git.did.science/WolverinDEV/TeaSpeak-SharedLib.git [submodule "third_party/boringssl"] path = third_party/boringssl - url = https://boringssl.googlesource.com/boringssl + url = https://git.did.science/WolverinDEV/boringssl.git [submodule "build-helpers"] path = build-helpers url = https://github.com/WolverinDEV/build-helpers.git