diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:59:24 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:59:24 +0100 |
commit | 42472f8a05f2a5e6b772a12f39209f7fc3fdf5d9 (patch) | |
tree | 06ea03b2e4e2113a0c0003b265ccb88830262960 | |
parent | 58e8ad0b4901f91f091b05edbff30afe06ed25bc (diff) | |
download | rosegarden-42472f8a05f2a5e6b772a12f39209f7fc3fdf5d9.tar.gz rosegarden-42472f8a05f2a5e6b772a12f39209f7fc3fdf5d9.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 |