diff options
author | Slávek Banko <[email protected]> | 2019-12-08 16:02:34 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 16:02:34 +0100 |
commit | 4d40e29c1781606f6d37baca9652264e1975d120 (patch) | |
tree | 9e3a20a53131ce53502162ce6f6b9cc86c87de5c | |
parent | 62bb91a9c7aabdd18fb01e2cbbcdd8a151171c2e (diff) | |
download | ktorrent-4d40e29c1781606f6d37baca9652264e1975d120.tar.gz ktorrent-4d40e29c1781606f6d37baca9652264e1975d120.zip |
Switch all submodules to https.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 4fce771..bdec8fc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "admin"] path = admin - url = http://[email protected]/scm/git/tde-common-admin + url = https://[email protected]/scm/git/tde-common-admin [submodule "cmake"] path = cmake - url = http://[email protected]/scm/git/tde-common-cmake + url = https://[email protected]/scm/git/tde-common-cmake |