diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:58:48 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:58:48 +0100 |
commit | 8761464e9b44e4e31d6f48d6d28a6c52b6c15a50 (patch) | |
tree | 25c72e4f34ed291c2fc1942b058fda8ea38ab406 /.gitmodules | |
parent | 3c153e71e8933215388019f848020f2ebd4a30b9 (diff) | |
download | knemo-8761464e9b44e4e31d6f48d6d28a6c52b6c15a50.tar.gz knemo-8761464e9b44e4e31d6f48d6d28a6c52b6c15a50.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 |