diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:43:00 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:43:00 +0100 |
commit | 975aff8ad86ec6fa4dbb34eb440b586cd29f7f31 (patch) | |
tree | fda712f0d88e32681e5adf3b71273f1e6e79f8fe /.gitmodules | |
parent | 97458d7c7b6ac877f043f0ac37b154e5b9a0160a (diff) | |
download | tdenetworkmanager-975aff8ad86ec6fa4dbb34eb440b586cd29f7f31.tar.gz tdenetworkmanager-975aff8ad86ec6fa4dbb34eb440b586cd29f7f31.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 |