diff options
author | Slávek Banko <[email protected]> | 2019-12-08 16:01:41 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 16:01:41 +0100 |
commit | 442722139a7a60e6148d67383f84e954419449a5 (patch) | |
tree | 61cbb32d1b516ac1ea95486bafe90d7dd04fd1f9 | |
parent | bf3672ef8d6ab98981b140e194a0e82685f7e1d2 (diff) | |
download | kdirstat-442722139a7a60e6148d67383f84e954419449a5.tar.gz kdirstat-442722139a7a60e6148d67383f84e954419449a5.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 |