From 3cdf6c536dd441e2fb3b84bd7600e924e86ab575 Mon Sep 17 00:00:00 2001 From: N00byKing Date: Wed, 21 Mar 2018 18:30:14 +0100 Subject: [PATCH] Use HTTPS for Submodule lz4 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index d5a7ade4fe..a08850c1a6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -18,7 +18,7 @@ url = https://github.com/fmtlib/fmt.git [submodule "lz4"] path = externals/lz4 - url = http://github.com/lz4/lz4.git + url = https://github.com/lz4/lz4.git [submodule "unicorn"] path = externals/unicorn url = https://github.com/yuzu-emu/unicorn