diff options
author | Slávek Banko <[email protected]> | 2019-12-08 16:01:23 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 16:01:23 +0100 |
commit | 7b913a26623c8c40f2a230823c244fa8ace1634d (patch) | |
tree | d6ce775e6089f19c36bf4091d8df8b30f9235297 | |
parent | b54f9f343c26699a726e56cd3c9b1355117ebc99 (diff) | |
download | gwenview-i18n-7b913a26623c8c40f2a230823c244fa8ace1634d.tar.gz gwenview-i18n-7b913a26623c8c40f2a230823c244fa8ace1634d.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 |