diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-12-08 15:42:37 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-12-08 15:42:37 +0100 |
commit | 75ce2e2d75b238e5f8a0670ea2b830c7f9c4ee97 (patch) | |
tree | 25701e2626f9e6bff6f74be35c59c577bdca4a0a | |
parent | c18dfe83407ec505828143cd8ac6bf20081f4c94 (diff) | |
download | kbarcode-75ce2e2d75b238e5f8a0670ea2b830c7f9c4ee97.tar.gz kbarcode-75ce2e2d75b238e5f8a0670ea2b830c7f9c4ee97.zip |
Switch all submodules to https.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 5b98c56..69dd7b2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [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 |