diff options
author | user <user@localhost.localdomain> | 2019-08-13 13:09:21 -0400 |
---|---|---|
committer | user <user@localhost.localdomain> | 2019-08-13 13:09:21 -0400 |
commit | fdf39fe6867f28c8308e91480ad90df6284912a1 (patch) | |
tree | 7707ff2c70dbb6cf5c685b9e9642928e5ca37f1d /.gitmodules | |
parent | 13738b88ebb30e8bdedb32835cbbb173d0e2cf70 (diff) | |
download | standingwithresilience-fdf39fe6867f28c8308e91480ad90df6284912a1.tar.gz standingwithresilience-fdf39fe6867f28c8308e91480ad90df6284912a1.zip |
-
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5f15c26..1da5bc3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "backend/dep/pyFreenet"] path = backend/dep/pyFreenet url = https://github.com/freenet/pyFreenet.git +[submodule "backend/dep/ikiwiki"] + path = backend/dep/ikiwiki + url = git://git.ikiwiki.info/ |