From 2e2ebd512fc870a3002dde752d479dee9645cf86 Mon Sep 17 00:00:00 2001 From: Macsim <134152147+MuRuLOSE@users.noreply.github.com> Date: Sun, 30 Nov 2025 15:49:32 +0300 Subject: [PATCH] Update repository URLs in clone_repos.py --- clone_repos.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/clone_repos.py b/clone_repos.py index 6916bb0..92eda7d 100644 --- a/clone_repos.py +++ b/clone_repos.py @@ -34,7 +34,7 @@ repos = [ "https://github.com/AmoreForever/amoremods", "https://github.com/idiotcoders/idiotmodules", "https://github.com/CakesTwix/Hikka-Modules", - "https://github.com/C0dwiz/H.Modules", + "https://github.com/archquise/H.Modules", "https://github.com/GD-alt/mm-hikka-mods", "https://github.com/HitaloSama/FTG-modules-repo", "https://github.com/SekaiYoneya/Friendly-telegram", @@ -51,7 +51,9 @@ repos = [ "https://github.com/fiksofficial/python-modules", "https://github.com/mead0wsss/mead0wsMods", "https://github.com/SenkoGuardian/SenModules", - "https://github.com/ZetGoHack/nullmod" + "https://github.com/ZetGoHack/nullmod", + "https://github.com/yummy1gay/limoka" + ] def configure_git(): @@ -174,4 +176,4 @@ if __name__ == "__main__": configure_git() # Set Git configuration at the start clean_unused_repos() for repo_url in repos: - clone_or_update_repo(repo_url) \ No newline at end of file + clone_or_update_repo(repo_url)