diff options
author | Slávek Banko <[email protected]> | 2019-12-08 16:00:22 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 16:00:22 +0100 |
commit | 8c03997501ec7b9df073e89a0630d08d6b663a85 (patch) | |
tree | daf794e94b54151671b60c8b18b7d77399444b7f | |
parent | ac1e334d00f05cceb57972fe751bcc03ec619c57 (diff) | |
download | tdebase-8c03997501ec7b9df073e89a0630d08d6b663a85.tar.gz tdebase-8c03997501ec7b9df073e89a0630d08d6b663a85.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 4fce771ee..bdec8fcac 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 |