From 8f5bb19367714a42e01e1e7de00943e9a298efc6 Mon Sep 17 00:00:00 2001 From: tomokisun Date: Sat, 16 Dec 2023 03:17:11 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20github=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 37774ef..7418463 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -18,7 +18,7 @@ platform :ios do type: 'appstore', git_basic_authorization: basic_authorization_token, app_identifier: [production_identifier], - git_url: 'https://github.com/tomokisun/certificates.git' + git_url: 'https://github.com/0x1-company/certificates.git' ) end end