diff options
author | Slávek Banko <[email protected]> | 2019-12-08 16:03:29 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 16:03:29 +0100 |
commit | 5afd3cc2deee14d45e1ee1c2dbec413bec0b0d2c (patch) | |
tree | 34c8f0033bac43e7c7da96c3d79c34b6645da298 | |
parent | ee80635a814de304307d6a2d40cffa4e4edbc467 (diff) | |
download | libkipi-5afd3cc2deee14d45e1ee1c2dbec413bec0b0d2c.tar.gz libkipi-5afd3cc2deee14d45e1ee1c2dbec413bec0b0d2c.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 |