diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:58:29 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:58:29 +0100 |
commit | 444a49f4f623b7bf6ad7f57305f7ca81b6e738c5 (patch) | |
tree | e66e6b93762896d271c2c5914d3d9cf89fe0c5e8 /.gitmodules | |
parent | 9c0b4f6665d1d77442be44a594e7789f5008b11b (diff) | |
download | kchmviewer-444a49f4f623b7bf6ad7f57305f7ca81b6e738c5.tar.gz kchmviewer-444a49f4f623b7bf6ad7f57305f7ca81b6e738c5.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 |