diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:59:20 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:59:20 +0100 |
commit | 21657636b43ceccc30cf33b271bc229f6884aa81 (patch) | |
tree | fb30c44885bdd1e8d58b5a82fc13ffa5d5d2a500 | |
parent | 296f8819521ba9c066502161ce2ef13d1f62f985 (diff) | |
download | kvirc-21657636b43ceccc30cf33b271bc229f6884aa81.tar.gz kvirc-21657636b43ceccc30cf33b271bc229f6884aa81.zip |
Switch all submodules to https.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 5b98c562..69dd7b22 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "cmake"] path = cmake - url = http://[email protected]/scm/git/tde-common-cmake + url = https://[email protected]/scm/git/tde-common-cmake |