diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:55:35 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:55:35 +0100 |
commit | 1fba951d415c6c20bcf9d5bc96a9a463113b942c (patch) | |
tree | 8c272655e1a392f8b4f3cca1d93c4912b8c3fc08 | |
parent | 86859a70917459630a1151255fbc1d7f2a936b64 (diff) | |
download | kuickshow-1fba951d415c6c20bcf9d5bc96a9a463113b942c.tar.gz kuickshow-1fba951d415c6c20bcf9d5bc96a9a463113b942c.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 |