diff options
author | IkiWiki <ikiwiki.info> | 2020-03-03 03:49:46 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2020-03-03 03:49:46 -0500 |
commit | 4b743a1f2435454da297ff55d531157101d77f7e (patch) | |
tree | 42855742ca28c7124971c5a2164aab9db007c7ee /.gitmodules | |
parent | 70e0dbc4c60b1bb66aa3aee2563897620be6302a (diff) | |
download | standingwithresilience-4b743a1f2435454da297ff55d531157101d77f7e.tar.gz standingwithresilience-4b743a1f2435454da297ff55d531157101d77f7e.zip |
install bsvup locally if missing
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 1da5bc3..c3df40a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,7 @@ [submodule "backend/dep/ikiwiki"] path = backend/dep/ikiwiki url = git://git.ikiwiki.info/ +[submodule "backend/dep/bsvup"] + path = backend/dep/bsvup + url = https://github.com/xloem/bsvup.git + branch = paramsadjust4 |