Skip to content

Commit

Permalink
update template repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzygarmyz committed Dec 8, 2024
1 parent 33d0329 commit ad55d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/briefcase/commands/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class CreateCommand(BaseCommand):
@property
def app_template_url(self) -> str:
"""The URL for a cookiecutter repository to use when creating apps."""
return f"https://github.com/ezzygarmyz/briefcase-{self.platform}-{self.output_format}-template.git"
return f"https://github.com/SpaceZ-Projects/briefcase-{self.platform}-{self.output_format}-template.git"

def support_package_filename(self, support_revision: str) -> str:
"""The query arguments to use in a support package query request."""
Expand Down

0 comments on commit ad55d52

Please sign in to comment.