diff --git a/pyttman/tools/pyttmancli/ability.py b/pyttman/tools/pyttmancli/ability.py index f8dd205..ecdb179 100644 --- a/pyttman/tools/pyttmancli/ability.py +++ b/pyttman/tools/pyttmancli/ability.py @@ -27,8 +27,8 @@ def before_create(self): self.storage.put("app", None) self.storage.put("ready", False) self.storage.put("template_url", - "https://github.com/dotchetter/pyttman-" - "project-template/archive/refs/heads/main.zip") + "https://github.com/Hashmap-Software-Agency/" + "pyttman-project-template/archive/refs/heads/main.zip") def run_application(self) -> None: """