diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:42:49 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:42:49 +0100 |
commit | e60ebdafd6b5c7c5f519d55a4ab4f51d803c3b31 (patch) | |
tree | 72876b115caca57dde318efe4ccb65af2afa7c81 /.gitmodules | |
parent | 1826deeba173952f9b078266c6b6be03d4f94789 (diff) | |
download | ktechlab-e60ebdafd6b5c7c5f519d55a4ab4f51d803c3b31.tar.gz ktechlab-e60ebdafd6b5c7c5f519d55a4ab4f51d803c3b31.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 |