diff options
author | Slávek Banko <[email protected]> | 2019-12-08 16:02:15 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 16:02:15 +0100 |
commit | c61f0590a111ccb1d2255ac75b60a51aaf1d70b4 (patch) | |
tree | 20fe6c08606bfd4586ad5e1bfaf9534bcfd6fc64 | |
parent | 46e4e07641a0e66a1b4204147b8e4af2de1789d3 (diff) | |
download | kopete-otr-c61f0590a111ccb1d2255ac75b60a51aaf1d70b4.tar.gz kopete-otr-c61f0590a111ccb1d2255ac75b60a51aaf1d70b4.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 |