diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-12-08 15:42:54 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-12-08 15:42:54 +0100 |
commit | de7f023c509f2f105f8fa8030f06114c5f92d785 (patch) | |
tree | abc50f47e988cb9d6f968004d2ff0ca1596c7797 | |
parent | 693098407fe303737f506cb5ef67e7f8209018d1 (diff) | |
download | smartcardauth-de7f023c509f2f105f8fa8030f06114c5f92d785.tar.gz smartcardauth-de7f023c509f2f105f8fa8030f06114c5f92d785.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 5a9a136..d817995 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "admin"] path = admin - url = http://scm.trinitydesktop.org/scm/git/tde-common-admin + url = https://scm.trinitydesktop.org/scm/git/tde-common-admin [submodule "cmake"] path = cmake - url = http://scm.trinitydesktop.org/scm/git/tde-common-cmake + url = https://scm.trinitydesktop.org/scm/git/tde-common-cmake |