diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:42:58 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:42:58 +0100 |
commit | a7b9995e3805a0eff3ecdef3fcff23ba0b40472a (patch) | |
tree | 7d22c43bb5418f35c5dcc8771f4cfce32b788ae7 | |
parent | b92a0a87cabd099720e084b8717f2752b0137b74 (diff) | |
download | tdeio-apt-a7b9995e3805a0eff3ecdef3fcff23ba0b40472a.tar.gz tdeio-apt-a7b9995e3805a0eff3ecdef3fcff23ba0b40472a.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 |