diff options
| author | saturneric <[email protected]> | 2025-11-08 15:15:48 +0000 |
|---|---|---|
| committer | saturneric <[email protected]> | 2025-11-08 15:15:48 +0000 |
| commit | 71ea1f0aa40dd88cbebdc98358c58784a371b395 (patch) | |
| tree | 70968730996241de706c1e625f24573ef4fe4f14 | |
| parent | fix(proxy): broaden git URL matching for proxy (diff) | |
| download | cgit-71ea1f0aa40dd88cbebdc98358c58784a371b395.tar.gz cgit-71ea1f0aa40dd88cbebdc98358c58784a371b395.zip | |
chore(submodule): update git submodule url
* Change submodule remote URL to `git.bktus.com` for improved
reliability or access.
* Ensures future submodule updates use the new repository source.
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 51b410d..4f9eacd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "git"] - url = https://git.stdv.de/Mirrors/git.git + url = https://git.bktus.com/mirrors/git.git path = git |
