diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/.gitmodules b/.gitmodules index 5db8f22..4ea9205 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,18 +1,21 @@ [submodule "paip/book"] path = paip/book - url = https://github.com/norvig/paip-lisp.git + url = https://github.com/norvig/paip-lisp +[submodule "usth/ICT2.5/practical/mywind"] + path = usth/ICT2.5/practical/mywind + url = https://github.com/dalers/mywind +[submodule "usth/ICT2.5/cheese-shop"] + path = usth/ICT2.5/cheese-shop + url = https://github.com/McSinyx/cheese-shop [submodule "usth/ICT2.8"] path = usth/ICT2.8 - url = https://github.com/McSinyx/os2020.git + url = https://github.com/McSinyx/os2020 [submodule "usth/ICT2.9/speakerid"] path = usth/ICT2.9/speakerid - url = https://github.com/McSinyx/speakerid.git + url = https://github.com/McSinyx/speakerid [submodule "usth/ICT2.12/recipe"] path = usth/ICT2.12/recipe - url = https://github.com/McSinyx/recipe.git -[submodule "usth/ICT2.5/cheese-shop"] - path = usth/ICT2.5/cheese-shop - url = https://github.com/McSinyx/cheese-shop.git -[submodule "usth/ICT2.5/practical/mywind"] - path = usth/ICT2.5/practical/mywind - url = https://github.com/dalers/mywind.git + url = https://github.com/McSinyx/recipe +[submodule "usth/ICT3.1"] + path = usth/ICT3.1 + url = https://github.com/ipppi/ipppi.github.io |