Update .gitmodules

This commit is contained in:
Sergey Skrobotov 2023-01-30 13:28:06 -08:00
parent 8d0e23bde1
commit 515a863195
1 changed files with 3 additions and 3 deletions

6
.gitmodules vendored
View File

@ -1,11 +1,11 @@
# Note that the implementation of the abusive message filter is private; internal # Note that the implementation of the spam filter is private; internal
# developers will need to override this URL with: # developers will need to override this URL with:
# #
# ``` # ```
# git config submodule.abusive-message-filter.url PRIVATE_URL # git config submodule.spam-filter.url PRIVATE_URL
# ``` # ```
# #
# External developers may safely ignore this submodule. # External developers may safely ignore this submodule.
[submodule "abusive-message-filter"] [submodule "spam-filter"]
path = spam-filter path = spam-filter
url = REDACTED url = REDACTED