diff options
author | Saturneric <[email protected]> | 2022-01-14 16:59:41 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-14 17:05:15 +0000 |
commit | 46046d2bbe214a3d84da4bb4013451a23ebe9285 (patch) | |
tree | 8b41f314021e737eaec50cf902c48119b664c88b /.gitmodules | |
parent | <fix>(ci): Fix the problem of inconsistent ci files. (diff) | |
download | GpgFrontend-46046d2bbe214a3d84da4bb4013451a23ebe9285.tar.gz GpgFrontend-46046d2bbe214a3d84da4bb4013451a23ebe9285.zip |
<fix>(git): Fix the url problem of .gitmodules
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index b6ab481f..4b7f9e8b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,7 +9,7 @@ url = https://github.com/saturneric/libgpg-error [submodule "third_party/vmime"] path = third_party/vmime - url = git://git.codesdream.com//third_party/vmime.git + url = https://github.com/saturneric/vmime.git [submodule "third_party/json"] path = third_party/json url = https://github.com/saturneric/json @@ -21,4 +21,4 @@ url = https://github.com/saturneric/Qt-AES [submodule "third_party/smtp-mime"] path = third_party/smtp-mime - url = git://git.codesdream.com//third_party/smtp-mime.git + url = https://github.com/saturneric/SmtpClient-for-Qt.git |