diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-12-08 16:00:30 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-12-08 16:00:30 +0100 |
commit | 99fd89ba7e368006d9af6eb5bafe3487057be638 (patch) | |
tree | 80d91bc36cc2861d283d8fe234d1bdccc31c457c | |
parent | 64e65ab888b33749bdf3f33b2a80aa3de08485ee (diff) | |
download | tdelibs-99fd89ba7e368006d9af6eb5bafe3487057be638.tar.gz tdelibs-99fd89ba7e368006d9af6eb5bafe3487057be638.zip |
Switch all submodules to https.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index c8ecce5c0..86e1ef843 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,9 @@ [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 [submodule "libltdl"] path = libltdl - url = http://system@scm.trinitydesktop.org/scm/git/libltdl + url = https://system@scm.trinitydesktop.org/scm/git/libltdl |