diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:42:59 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:42:59 +0100 |
commit | 6c2b210dd43b9482b1e2f5b6847b407e5ae15c61 (patch) | |
tree | 764e9de59bc3940cd9bdff0b9238726d19664051 /.gitmodules | |
parent | 566f20752466c280c41f7b81cf743589fbcb9387 (diff) | |
download | tdeio-ftps-6c2b210dd43b9482b1e2f5b6847b407e5ae15c61.tar.gz tdeio-ftps-6c2b210dd43b9482b1e2f5b6847b407e5ae15c61.zip |
Switch all submodules to https.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 5a9a136..d817995 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "admin"] path = admin - url = http://scm.trinitydesktop.org/scm/git/tde-common-admin + url = https://scm.trinitydesktop.org/scm/git/tde-common-admin [submodule "cmake"] path = cmake - url = http://scm.trinitydesktop.org/scm/git/tde-common-cmake + url = https://scm.trinitydesktop.org/scm/git/tde-common-cmake |