diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:58:37 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:58:37 +0100 |
commit | 6e824847d90950ab921c7884cfba4490abec0b21 (patch) | |
tree | 54c52ebac5aea062e215822111cb395dcd2a2415 | |
parent | 884066141b4e55350ccf44dfdfa2b489899b033f (diff) | |
download | keep-6e824847d90950ab921c7884cfba4490abec0b21.tar.gz keep-6e824847d90950ab921c7884cfba4490abec0b21.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 |