Update updater.py

pull/2/head
Who? 2024-09-19 15:22:10 +07:00 committed by GitHub
parent 54cb515696
commit 39f8d58130
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ class UpdaterMod(loader.Module):
self.config = loader.ModuleConfig(
loader.ConfigValue(
"GIT_ORIGIN_URL",
"https://github.com/hikariatama/Hikka",
"https://github.com/coddrago/Hikka",
lambda: self.strings("origin_cfg_doc"),
validator=loader.validators.Link(),
)