diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-15 00:02:37 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-15 00:02:37 +0100 |
| commit | 72a266fefc032ce8cba0ccf616484cce83917d54 (patch) | |
| tree | 332a39dff30037818385026001a4e34e0df4aac7 /.gitmodules | |
| parent | ca2e34201ee0b5ab504f126236771b02615db267 (diff) | |
chore: update nectar and kernel module.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 611e7ec..0e6d05d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,12 +4,12 @@ [submodule "src/build"] path = src/build url = git@github.com:nekernel-org/nebuild.git -[submodule "src/c++tools"] - path = src/c++tools - url = git@github.com:nekernel-org/nectar.git [submodule "src/boot"] path = src/boot url = git@github.com:nekernel-org/neboot.git [submodule "toolchains/mingw-w64-nekernel"] path = toolchains/mingw-w64-nekernel url = git@github.com:nekernel-org/mingw-n64.git +[submodule "src/nectar"] + path = src/nectar + url = git@github.com:nekernel-org/nectar.git |
