diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:42:47 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:42:47 +0100 |
commit | 97ccad1c5256271dfeaf7710af9d45d436c5fd6e (patch) | |
tree | 0b149f1dff6cbeb2e9d737a20876c0669d5b493c | |
parent | 278f7a186125aad503689858beb9b30c36e7a433 (diff) | |
download | ksensors-97ccad1c5256271dfeaf7710af9d45d436c5fd6e.tar.gz ksensors-97ccad1c5256271dfeaf7710af9d45d436c5fd6e.zip |
Switch all submodules to https.
Signed-off-by: Slávek Banko <[email protected]>
-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 |