diff options
author | Michele Calgaro <[email protected]> | 2021-03-07 23:51:49 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-03-07 23:51:49 +0900 |
commit | 1ed6c11972914545bd5c779b523edc0eec3da3bf (patch) | |
tree | b468632ede120c203953c1c96bca96de4da6cf10 /.gitmodules | |
parent | 41147aca43d3232fe8a902040cb7ccf6ec2feaad (diff) | |
download | klamav-1ed6c11972914545bd5c779b523edc0eec3da3bf.tar.gz klamav-1ed6c11972914545bd5c779b523edc0eec3da3bf.zip |
Rectified link to admin and cmake submodules.
Signed-off-by: Michele Calgaro <[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 c5143a3..c469de0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "admin"] path = admin - url = https://mirror.git.trinitydesktop.org/gitea/TDE/tde-common-admin + url = https://[email protected]/scm/git/tde-common-admin [submodule "cmake"] path = cmake - url = https://mirror.git.trinitydesktop.org/gitea/TDE/tde-common-cmake + url = https://[email protected]/scm/git/tde-common-admin |