diff options
author | Slávek Banko <[email protected]> | 2019-12-08 15:42:47 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-12-08 15:42:47 +0100 |
commit | f4f64bf2f2369a8793616a038235ae13e00ba3b0 (patch) | |
tree | 25bce00121fea608c1c99c17717c30ba9fc1204b /.gitmodules | |
parent | de08c49710681133e0ab58723b8aa98c181fa70f (diff) | |
download | kshowmail-f4f64bf2f2369a8793616a038235ae13e00ba3b0.tar.gz kshowmail-f4f64bf2f2369a8793616a038235ae13e00ba3b0.zip |
Switch all submodules to https.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to '.gitmodules')
-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 |