From 46046d2bbe214a3d84da4bb4013451a23ebe9285 Mon Sep 17 00:00:00 2001 From: Saturneric Date: Sat, 15 Jan 2022 00:59:41 +0800 Subject: (git): Fix the url problem of .gitmodules --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitmodules') 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 -- cgit v1.2.3