diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:58:42 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:58:42 +0100 |
commit | 57dc52dc3975c4c4a231d8ba5f35850215871301 (patch) | |
tree | e470d91ea46937d08e612adaa0f6241e4973552a | |
parent | e16989f186d7be13700d64974bbb9abc3aebbccb (diff) | |
download | kima-57dc52dc3975c4c4a231d8ba5f35850215871301.tar.gz kima-57dc52dc3975c4c4a231d8ba5f35850215871301.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 |