diff --git a/.gitmodules b/.gitmodules index 9e1c54a1c5..43b05611a4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,7 @@ [submodule "syscall"] path = syscall - #url = https://gitlab.redox-os.org/redox-os/syscall.git - url = https://gitlab.redox-os.org/4lDO2/syscall.git - #branch = master - branch = usignal + url = https://gitlab.redox-os.org/redox-os/syscall.git + branch = master [submodule "slab_allocator"] path = slab_allocator url = https://gitlab.redox-os.org/redox-os/slab_allocator