diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:59:32 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:59:32 +0100 |
commit | a1829786a2ca639029a7a3e9ff52d71a5dc09838 (patch) | |
tree | dd6400b799342a9df0d9c6a50ea4c2c9556601de | |
parent | 5e2913f5ff6797ba27bcc8dfe2d29fdaf2702317 (diff) | |
download | tdenetworkmanager-a1829786a2ca639029a7a3e9ff52d71a5dc09838.tar.gz tdenetworkmanager-a1829786a2ca639029a7a3e9ff52d71a5dc09838.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 |