diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:58:18 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:58:18 +0100 |
commit | 6893874f7ff0d906eabe303f144eb62d384b83e6 (patch) | |
tree | 52c89524ac22e954310e232354e7ee6adc2414c1 | |
parent | 2a5fe11b04e9a585d9ad2efea2170c039b5f243d (diff) | |
download | dolphin-6893874f7ff0d906eabe303f144eb62d384b83e6.tar.gz dolphin-6893874f7ff0d906eabe303f144eb62d384b83e6.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 |