diff options
author | saturneric <[email protected]> | 2023-08-01 14:56:28 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-08-01 14:56:28 +0000 |
commit | 6f4f1889fc449133b6f8bb77045f4b33cd97e9b8 (patch) | |
tree | e199491fc1a5f7e3856556084938a3dfb4fafc93 /.gitmodules | |
parent | fix: remove large mdiea files in manual (diff) | |
download | GpgFrontend-6f4f1889fc449133b6f8bb77045f4b33cd97e9b8.tar.gz GpgFrontend-6f4f1889fc449133b6f8bb77045f4b33cd97e9b8.zip |
fix: update submodules' url
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitmodules b/.gitmodules index 9243d165..312adaaf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,24 +1,24 @@ [submodule "third_party/gpgme"] path = third_party/gpgme - url = https://git.bktus.com/GnuPG/gpgme.git + url = https://git.bktus.com/gnupg/gpgme.git [submodule "third_party/libassuan"] path = third_party/libassuan - url = https://git.bktus.com/GnuPG/libassuan.git + 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 + 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 + url = https://git.bktus.com/gpgfrontend/json.git [submodule "third_party/qt-aes"] path = third_party/qt-aes - url = https://git.bktus.com/GpgFrontend/Qt-AES.git + 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 + url = https://git.bktus.com/gpgfrontend/libarchive.git [submodule "third_party/libconfig"] path = third_party/libconfig - url = https://git.bktus.com/GpgFrontend/libconfig.git + url = https://git.bktus.com/gpgfrontend/libconfig.git [submodule "third_party/spdlog"] path = third_party/spdlog - url = https://git.bktus.com/GpgFrontend/spdlog.git + url = https://git.bktus.com/gpgfrontend/spdlog.git |