diff options
author | Slávek Banko <[email protected]> | 2019-12-08 16:00:36 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 16:00:36 +0100 |
commit | b2472f45ccffe87bebaa5f9f896b5013eecbe590 (patch) | |
tree | 409192f16da49a56736912fa5b6d36882541d058 /.gitmodules | |
parent | bf374106abbc836bb0d4a5de00ee93634198e783 (diff) | |
download | tdetoys-b2472f45ccffe87bebaa5f9f896b5013eecbe590.tar.gz tdetoys-b2472f45ccffe87bebaa5f9f896b5013eecbe590.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 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 |