diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-12-08 15:42:35 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-12-08 15:42:35 +0100 |
commit | c9da74d65a5f41cce08172b8aedee460356cea9d (patch) | |
tree | 417d8c3724330247728c3a02ec6309b5e1f0340b | |
parent | a59974b496aee6a66909fcf21505c8f6a01c1468 (diff) | |
download | gtk3-tqt-engine-c9da74d65a5f41cce08172b8aedee460356cea9d.tar.gz gtk3-tqt-engine-c9da74d65a5f41cce08172b8aedee460356cea9d.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 |