diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-12-08 16:02:14 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-12-08 16:02:14 +0100 |
commit | 96faa0a0129c841188c2117f4ae6491b202d7456 (patch) | |
tree | db7b1a475f17c6705552ae9003a90e807059b669 | |
parent | 919148f27ba39c003fb4922e880331a7a11363a8 (diff) | |
download | konversation-96faa0a0129c841188c2117f4ae6491b202d7456.tar.gz konversation-96faa0a0129c841188c2117f4ae6491b202d7456.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 |