From e74e88d18fa7b83cc8617fe1f8b094fc192a60e7 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Sun, 10 Jun 2018 11:07:53 -0600 Subject: [PATCH] Update urls to submodules --- .gitmodules | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitmodules b/.gitmodules index 252262d11..ea89854a1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,24 +1,24 @@ [submodule "bootloader"] path = bootloader - url = https://github.com/redox-os/bootloader.git + url = https://gitlab.redox-os.org/redox-os/bootloader.git +[submodule "bootloader-efi"] + path = bootloader-efi + url = https://gitlab.redox-os.org/redox-os/bootloader-efi.git [submodule "cookbook"] path = cookbook - url = https://github.com/redox-os/cookbook.git + url = https://gitlab.redox-os.org/redox-os/cookbook.git [submodule "installer"] path = installer - url = https://github.com/redox-os/installer.git + url = https://gitlab.redox-os.org/redox-os/installer.git [submodule "isolinux"] path = isolinux - url = https://github.com/redox-os/isolinux.git + url = https://gitlab.redox-os.org/redox-os/isolinux.git [submodule "kernel"] path = kernel - url = https://github.com/redox-os/kernel.git + url = https://gitlab.redox-os.org/redox-os/kernel.git [submodule "rust"] path = rust - url = https://github.com/redox-os/rust.git + url = https://gitlab.redox-os.org/redox-os/rust.git [submodule "redoxfs"] path = redoxfs - url = https://github.com/redox-os/redoxfs.git -[submodule "bootloader-efi"] - path = bootloader-efi - url = https://github.com/redox-os/bootloader-efi.git + url = https://gitlab.redox-os.org/redox-os/redoxfs.git -- GitLab