diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-12-08 16:03:24 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-12-08 16:03:24 +0100 |
commit | 882de94f57c03f051e98e59c1cc376f20b336834 (patch) | |
tree | 562ffe957753cd7cabd0f3d14828004a2764dd0c | |
parent | 85384865c64c0097d4bdc3e58446c297ab794221 (diff) | |
download | tqtinterface-882de94f57c03f051e98e59c1cc376f20b336834.tar.gz tqtinterface-882de94f57c03f051e98e59c1cc376f20b336834.zip |
Switch all submodules to https.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-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://system@scm.trinitydesktop.org/scm/git/tde-common-admin + url = https://system@scm.trinitydesktop.org/scm/git/tde-common-admin [submodule "cmake"] path = cmake - url = http://system@scm.trinitydesktop.org/scm/git/tde-common-cmake + url = https://system@scm.trinitydesktop.org/scm/git/tde-common-cmake |