diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitmodules b/.gitmodules index 312adaaf..dc991643 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://github.com/gpg/gpgme.git [submodule "third_party/libassuan"] path = third_party/libassuan - url = https://git.bktus.com/gnupg/libassuan.git + url = https://github.com/gpg/libassuan.git [submodule "third_party/libgpg-error"] path = third_party/libgpg-error - url = https://git.bktus.com/gnupg/libgpg-error.git + url = https://github.com/gpg/libgpg-error.git [submodule "third_party/json"] path = third_party/json - url = https://git.bktus.com/gpgfrontend/json.git + url = https://github.com/nlohmann/json.git [submodule "third_party/qt-aes"] path = third_party/qt-aes - url = https://git.bktus.com/gpgfrontend/Qt-AES.git + url = https://github.com/bricke/Qt-AES.git [submodule "third_party/libarchive"] path = third_party/libarchive - url = https://git.bktus.com/gpgfrontend/libarchive.git + url = https://github.com/libarchive/libarchive.git [submodule "third_party/libconfig"] path = third_party/libconfig - url = https://git.bktus.com/gpgfrontend/libconfig.git + url = https://github.com/hyperrealm/libconfig.git [submodule "third_party/spdlog"] path = third_party/spdlog - url = https://git.bktus.com/gpgfrontend/spdlog.git + url = https://github.com/gabime/spdlog.git |