diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:58:36 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:58:36 +0100 |
commit | 907f455bf34b230885db578e5798e000c5c734c4 (patch) | |
tree | e5842f97e7219993cb55648257eb8ec2cf3888d9 | |
parent | cf38eef1b3e87aa76559eea8f4d46c6f8d49d29f (diff) | |
download | kdirstat-907f455bf34b230885db578e5798e000c5c734c4.tar.gz kdirstat-907f455bf34b230885db578e5798e000c5c734c4.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 |