diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:59:13 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:59:13 +0100 |
commit | 50872f683599fa92881c7494e2104055d5354b21 (patch) | |
tree | a7de4e3f27d0b36d917fdc70117c1193b26b14c4 /.gitmodules | |
parent | 958a7ff0d3cbd8112163b1e8b3481c7eaff62a39 (diff) | |
download | ksensors-50872f683599fa92881c7494e2104055d5354b21.tar.gz ksensors-50872f683599fa92881c7494e2104055d5354b21.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 |