From 33d0329ecd8bd360c5589b44a02403078abaf840 Mon Sep 17 00:00:00 2001 From: ezzygarmyz Date: Sun, 8 Dec 2024 21:46:00 +0100 Subject: [PATCH] none --- src/briefcase/commands/create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/briefcase/commands/create.py b/src/briefcase/commands/create.py index 5324bc364..dfe74dd22 100644 --- a/src/briefcase/commands/create.py +++ b/src/briefcase/commands/create.py @@ -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/beeware/briefcase-{self.platform}-{self.output_format}-template.git" + return f"https://github.com/ezzygarmyz/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."""