diff options
author | Slávek Banko <[email protected]> | 2019-12-08 16:00:38 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 16:00:38 +0100 |
commit | ef4811157ce030236993cfee5be69fbe49599b2c (patch) | |
tree | 46971d82cd27155ba5de424cf0c961090aa831ec /.gitmodules | |
parent | 5aee858be42efe2e7700a1f914babd8029413dfe (diff) | |
download | tdevelop-ef4811157ce030236993cfee5be69fbe49599b2c.tar.gz tdevelop-ef4811157ce030236993cfee5be69fbe49599b2c.zip |
Switch all submodules to https.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index c9983902..ee64d062 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 "parts/appwizard/common/admin"] path = parts/appwizard/common/admin - url = http://[email protected]/scm/git/tde-common-admin + url = https://[email protected]/scm/git/tde-common-admin |