diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:43:52 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:43:52 +0100 |
commit | b1c308485628af0a55844d5916c62305655a4fae (patch) | |
tree | faf5d688f7d0d8089c9d71bac98629376019ac70 /.gitmodules | |
parent | adcc0f44eff3ad8cbd07c6d1ba1efe7226189a01 (diff) | |
download | tdenetwork-b1c308485628af0a55844d5916c62305655a4fae.tar.gz tdenetwork-b1c308485628af0a55844d5916c62305655a4fae.zip |
Switch all submodules to https.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 2d044c31..e24951df 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [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 [submodule "libtdevnc"] path = libtdevnc url = https://[email protected]/scm/git/libtdevnc |