diff options
author | Saturneric <[email protected]> | 2022-11-26 11:29:01 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-11-26 11:29:01 +0000 |
commit | 8c22833e4a59e9f42da753e38a5b68fbd75f5147 (patch) | |
tree | cf8e13b0774c646c1ccf37913907c4f7611d30df | |
parent | fix: record the actural size (diff) | |
download | GpgFrontend-8c22833e4a59e9f42da753e38a5b68fbd75f5147.tar.gz GpgFrontend-8c22833e4a59e9f42da753e38a5b68fbd75f5147.zip |
feat: change submodules url
1. set to self-hosted mirrored git repositroies.
-rw-r--r-- | .gitmodules | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitmodules b/.gitmodules index 9131b1ff..f8ddc595 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,24 +1,24 @@ [submodule "third_party/gpgme"] path = third_party/gpgme - url = https://github.com/saturneric/gpgme + url = https://git.bktus.com/GnuPG/gpgme.git [submodule "third_party/libassuan"] path = third_party/libassuan - url = https://github.com/saturneric/libassuan + url = https://git.bktus.com/GnuPG/libassuan.git [submodule "third_party/libgpg-error"] path = third_party/libgpg-error - url = https://github.com/saturneric/libgpg-error + url = https://git.bktus.com/GnuPG/libgpg-error.git [submodule "third_party/json"] path = third_party/json - url = https://github.com/saturneric/json + url = https://git.bktus.com/GpgFrontend/json.git [submodule "third_party/easyloggingpp"] path = third_party/easyloggingpp - url = https://github.com/saturneric/easyloggingpp + url = https://git.bktus.com/GpgFrontend/easyloggingpp.git [submodule "third_party/qt-aes"] path = third_party/qt-aes - url = https://github.com/saturneric/Qt-AES + url = https://git.bktus.com/GpgFrontend/Qt-AES.git [submodule "third_party/libarchive"] path = third_party/libarchive - url = https://github.com/saturneric/libarchive.git + url = https://git.bktus.com/GpgFrontend/libarchive.git [submodule "third_party/libconfig"] path = third_party/libconfig - url = https://github.com/saturneric/libconfig + url = https://git.bktus.com/GpgFrontend/libconfig.git |