diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-06-07 22:53:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-07 22:53:42 +0200 |
commit | c566c94cc8db0401c30e6e047110d514bae1fa36 (patch) | |
tree | e646807d3bb8cb735c7d0928f80adfe699620c0d /.gitmodules | |
parent | c9a2c38b5645de22315aac35c78a40127b5d2fe9 (diff) | |
parent | a2ba9119c6b20d227f75e9a3427df06b4923ee89 (diff) | |
download | libquotient-c566c94cc8db0401c30e6e047110d514bae1fa36.tar.gz libquotient-c566c94cc8db0401c30e6e047110d514bae1fa36.zip |
Merge pull request #561 from quotient-im/kitsune/gtad-submodule
Add GTAD as a submodule
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e69de29b..f3aef316 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "gtad/gtad"] + path = gtad/gtad + url = https://github.com/quotient-im/gtad.git |