diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:42:44 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:42:44 +0100 |
commit | 2b3d42ab5b15af3235e78552416849d96e5f3998 (patch) | |
tree | 4aaa9b692f3bb2d341bbec42004baa34b5ec067a | |
parent | 319fde866d3ed13ae19f0810ef4cd937f326cba1 (diff) | |
download | konversation-2b3d42ab5b15af3235e78552416849d96e5f3998.tar.gz konversation-2b3d42ab5b15af3235e78552416849d96e5f3998.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 |