From a573549df8006c898f9570a262f2d1f1f75d6345 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Tue, 12 Jun 2018 12:30:45 -0600 Subject: [PATCH] Update links to gitlab --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index cde224a0c..f61e5f90a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule "openlibm"] path = openlibm - url = https://github.com/redox-os/openlibm.git + url = https://gitlab.redox-os.org/redox-os/openlibm.git [submodule "cbindgen"] path = cbindgen - url = https://github.com/redox-os/cbindgen.git + url = https://gitlab.redox-os.org/redox-os/cbindgen.git [submodule "ralloc"] path = ralloc - url = https://github.com/redox-os/ralloc.git + url = https://gitlab.redox-os.org/redox-os/ralloc.git [submodule "va_list"] path = va_list - url = https://github.com/redox-os/va_list-rs.git + url = https://gitlab.redox-os.org/redox-os/va_list-rs.git -- GitLab