diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..f559522f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "third_party/AppImageUpdate"] + path = third_party/AppImageUpdate + url = https://github.com/AppImage/AppImageUpdate +[submodule "third_party/gpgme"] + path = third_party/gpgme + url = https://github.com/saturneric/gpgme +[submodule "third_party/libassuan"] + path = third_party/libassuan + url = https://github.com/saturneric/libassuan +[submodule "third_party/libgpg-error"] + path = third_party/libgpg-error + url = https://github.com/saturneric/libgpg-error |