diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:42:34 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:42:34 +0100 |
commit | 44073d652033be2b7e63a9fca7fdff1e0389c92c (patch) | |
tree | 5cab85189df932a8bbfea1b5f491c4bd3cd823e0 | |
parent | 0b86642f82c667151653163074c35a20e56349f7 (diff) | |
download | dolphin-44073d652033be2b7e63a9fca7fdff1e0389c92c.tar.gz dolphin-44073d652033be2b7e63a9fca7fdff1e0389c92c.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 5b98c56..69dd7b2 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 |