changed repo name, set to default .cfg updater

pull/34/head
Who? 2024-11-28 14:50:24 +07:00 committed by GitHub
parent 7c1ddf5f92
commit 656c1bdeb8
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/coddrago/Hikka",
"https://github.com/coddrago/Heroku",
lambda: self.strings("origin_cfg_doc"),
validator=loader.validators.Link(),
)