Explorar el Código

Merge pull request #259 from N00byKing/usehttps

Use HTTPS for lz4
bunnei hace 8 años
padre
commit
7fa3bf02ca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .gitmodules

+ 1 - 1
.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