diff options
author | Slávek Banko <[email protected]> | 2019-12-08 16:01:52 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 16:01:52 +0100 |
commit | 4e2f2280a21adcaba1832ee8f21888b8435445c4 (patch) | |
tree | b1ca851a1bca7bc53b4a2938c4a947745f4d74d8 | |
parent | 4aa302813419c3a3827400c9b3ae4dcc68bad3e7 (diff) | |
download | kmyfirewall-4e2f2280a21adcaba1832ee8f21888b8435445c4.tar.gz kmyfirewall-4e2f2280a21adcaba1832ee8f21888b8435445c4.zip |
Switch all submodules to https.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 4fce771..bdec8fc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "admin"] path = admin - url = http://[email protected]/scm/git/tde-common-admin + url = https://[email protected]/scm/git/tde-common-admin [submodule "cmake"] path = cmake - url = http://[email protected]/scm/git/tde-common-cmake + url = https://[email protected]/scm/git/tde-common-cmake |