diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:58:28 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:58:28 +0100 |
commit | 66bea738657f479e23cd64a76297ff817e38fafc (patch) | |
tree | f70b6a593509cfd5ba8c9061ede56f79b679e09f | |
parent | ef87a40c375e2ca5b6465a26e2182b0ba4912a3a (diff) | |
download | kbibtex-66bea738657f479e23cd64a76297ff817e38fafc.tar.gz kbibtex-66bea738657f479e23cd64a76297ff817e38fafc.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 |