diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:42:43 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:42:43 +0100 |
commit | bcfc1f0ecff827c7eeaa14819823b56ad557e990 (patch) | |
tree | f9e49b3a1aa3ca9c3ae7efc90af89f85b9fc76dc | |
parent | 5c0de089f2bde8c43ef29fb8dd66dfce38f76f60 (diff) | |
download | knights-bcfc1f0ecff827c7eeaa14819823b56ad557e990.tar.gz knights-bcfc1f0ecff827c7eeaa14819823b56ad557e990.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 |