diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:42:38 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:42:38 +0100 |
commit | d30f20c5930071389a428a0f3ec822ad978250a4 (patch) | |
tree | b6777f9f28a0427bb113fef757391d786cf69470 | |
parent | fb06c8d339b27d7c8a8ef4a72d84570e9469b0d2 (diff) | |
download | kbookreader-d30f20c5930071389a428a0f3ec822ad978250a4.tar.gz kbookreader-d30f20c5930071389a428a0f3ec822ad978250a4.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 |