diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-04-06 10:10:02 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-04-06 10:10:02 +0900 |
commit | 36d1aad45beadd7827302396573a67ec9c366ab2 (patch) | |
tree | ac53a8fb5a7ce8a69e6f6947946f04d91255c585 | |
parent | 73557fce7dfe0c1f24b21eec5b596dc9e6487480 (diff) | |
download | kompose-36d1aad45beadd7827302396573a67ec9c366ab2.tar.gz kompose-36d1aad45beadd7827302396573a67ec9c366ab2.zip |
Rectified link to cmake submodule.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index e6c382c..69dd7b2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "cmake"] path = cmake - url = https://mirror.git.trinitydesktop.org/gitea/TDE/tde-common-cmake + url = https://system@scm.trinitydesktop.org/scm/git/tde-common-cmake |