diff options
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 7616a12..de448fe 100644 --- a/.gitmodules +++ b/.gitmodules @@ -15,4 +15,7 @@ url = https://github.com/microsoft/ALEX [submodule "external/psudb-common"] path = external/psudb-common - url = git@github.com:PSU-Database-Systems-Group/psudb-common + url = git@github.com/psu-db/psudb-common +[submodule "external/ctpl"] + path = external/ctpl + url = git@github.com:vit-vit/CTPL.git |