diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-12-08 16:04:02 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-12-08 16:04:02 +0100 |
commit | a284c37d12a9beee7d4e872f0b1ae8fdc43e0f41 (patch) | |
tree | 460b23d34fe4273a470d07cefcfdede6a447f7c5 | |
parent | 1e9bae9141d76e1b74ada9f6762c9835d40aed1c (diff) | |
download | tdegames-a284c37d12a9beee7d4e872f0b1ae8fdc43e0f41.tar.gz tdegames-a284c37d12a9beee7d4e872f0b1ae8fdc43e0f41.zip |
Switch all submodules to https.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 4fce771e..bdec8fca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "admin"] path = admin - url = http://system@scm.trinitydesktop.org/scm/git/tde-common-admin + url = https://system@scm.trinitydesktop.org/scm/git/tde-common-admin [submodule "cmake"] path = cmake - url = http://system@scm.trinitydesktop.org/scm/git/tde-common-cmake + url = https://system@scm.trinitydesktop.org/scm/git/tde-common-cmake |