diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:59:43 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:59:43 +0100 |
commit | a95f91bd535f2805d651dae35bd3757ca403b2d9 (patch) | |
tree | fc428590a93b8164549139d2b0abaa9783a83c8d /.gitmodules | |
parent | 2faaab124c6bf2bbcb5570b0f162dd9dac3f7c8f (diff) | |
download | arts-a95f91bd535f2805d651dae35bd3757ca403b2d9.tar.gz arts-a95f91bd535f2805d651dae35bd3757ca403b2d9.zip |
Switch all submodules to https.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index c8ecce5..86e1ef8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [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 [submodule "libltdl"] path = libltdl - url = http://[email protected]/scm/git/libltdl + url = https://[email protected]/scm/git/libltdl |