summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Soller <jackpot51@gmail.com>2018-06-10 11:07:53 -0600
committerJeremy Soller <jackpot51@gmail.com>2018-06-10 11:07:53 -0600
commite74e88d18fa7b83cc8617fe1f8b094fc192a60e7 (patch)
tree36057fad67d56995d3a328b2196146f7f3f09692
parentdc7d223da69c2498cfd8771a1fdfd6b264bdbb94 (diff)
Update urls to submodules
-rw-r--r--.gitmodules20
1 files changed, 10 insertions, 10 deletions
diff --git a/.gitmodules b/.gitmodules
index 252262d..ea89854 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