diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:59:10 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:59:10 +0100 |
commit | c92319f7806dc7ad426585dd22bf1aa87d48e44c (patch) | |
tree | 92e6b6e9ab949744ed5f94239c3d16041fcfa220 | |
parent | 9ba52dd5e477d21f7ec7f2e9aab1c58912eea1a4 (diff) | |
download | krename-c92319f7806dc7ad426585dd22bf1aa87d48e44c.tar.gz krename-c92319f7806dc7ad426585dd22bf1aa87d48e44c.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 |