diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:42:54 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:42:54 +0100 |
commit | ae3498c6aaa266b3843a74ea92ca3c7248f4f6fa (patch) | |
tree | cefa2dd7e68facba4bc4ae7cbcdd08c9aa9c5969 | |
parent | 058e4b7d4fbb78ff30973481ee4759735603175e (diff) | |
download | smb4k-ae3498c6aaa266b3843a74ea92ca3c7248f4f6fa.tar.gz smb4k-ae3498c6aaa266b3843a74ea92ca3c7248f4f6fa.zip |
Switch all submodules to https.
Signed-off-by: Slávek Banko <[email protected]>
-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 |