1
0
GpgFrontend/.gitmodules
Saturneric 8c22833e4a feat: change submodules url
1. set to self-hosted mirrored git repositroies.
2022-11-26 19:29:01 +08:00

25 lines
938 B
Plaintext

[submodule "third_party/gpgme"]
path = third_party/gpgme
url = https://git.bktus.com/GnuPG/gpgme.git
[submodule "third_party/libassuan"]
path = third_party/libassuan
url = https://git.bktus.com/GnuPG/libassuan.git
[submodule "third_party/libgpg-error"]
path = third_party/libgpg-error
url = https://git.bktus.com/GnuPG/libgpg-error.git
[submodule "third_party/json"]
path = third_party/json
url = https://git.bktus.com/GpgFrontend/json.git
[submodule "third_party/easyloggingpp"]
path = third_party/easyloggingpp
url = https://git.bktus.com/GpgFrontend/easyloggingpp.git
[submodule "third_party/qt-aes"]
path = third_party/qt-aes
url = https://git.bktus.com/GpgFrontend/Qt-AES.git
[submodule "third_party/libarchive"]
path = third_party/libarchive
url = https://git.bktus.com/GpgFrontend/libarchive.git
[submodule "third_party/libconfig"]
path = third_party/libconfig
url = https://git.bktus.com/GpgFrontend/libconfig.git