Explorar el Código

Move submodules to self host

xcbosa hace 2 años
padre
commit
0d6527c4f3
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      .gitmodules

+ 5 - 5
.gitmodules

@@ -1,15 +1,15 @@
 [submodule "tools/clang"]
 	path = tools/clang
-	url = https://github.com/holzschu/clang.git
+	url = https://git.forgetive.org/FangSoftSoft/clang.git
 [submodule "projects/libcxx"]
 	path = projects/libcxx
-	url = https://github.com/llvm-mirror/libcxx.git
+	url = https://git.forgetive.org/FangSoftSoft/libcxx.git
 [submodule "projects/libcxxabi"]
 	path = projects/libcxxabi
-	url = https://github.com/llvm-mirror/libcxxabi.git
+	url = https://git.forgetive.org/FangSoftSoft/libcxxabi.git
 [submodule "tools/lld"]
 	path = tools/lld
-	url = https://github.com/holzschu/lld.git
+	url = https://git.forgetive.org/FangSoftSoft/lld.git
 [submodule "libffi"]
 	path = libffi
-	url = https://github.com/libffi/libffi.git
+	url = https://git.forgetive.org/FangSoftSoft/libffi.git