add package manager submodule

This commit is contained in:
2024-11-02 15:07:23 +00:00
parent 69a4465288
commit 1c98ae8856
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "kernel"] [submodule "kernel"]
path = kernel path = kernel
url = git@github.com:washh/mango.git url = git@github.com:washh/mango.git
[submodule "sys/ropkg"]
path = sys/ropkg
url = git@github.com:washh/ropkg.git

1
sys/ropkg Submodule

Submodule sys/ropkg added at abf86b1733