From 58c7d00cdd5de2c9f66cd8792da05b47cc698cc6 Mon Sep 17 00:00:00 2001 From: Altynbek Aidarbekov Date: Mon, 24 Jul 2023 15:49:11 +0300 Subject: [PATCH] fix pubspec.yaml: git url format --- td/td_api/pubspec.yaml | 6 +++--- td_client/pubspec.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/td/td_api/pubspec.yaml b/td/td_api/pubspec.yaml index 2140fccb..d29839ed 100644 --- a/td/td_api/pubspec.yaml +++ b/td/td_api/pubspec.yaml @@ -1,5 +1,5 @@ name: td_api -publish_to: 'none' +publish_to: "none" environment: sdk: ">=3.0.0 <4.0.0" @@ -7,10 +7,10 @@ environment: dependencies: tdlib: git: - url: git@github.com:ivk1800/tdlib-dart.git + url: https://github.com/ivk1800/tdlib-dart.git ref: c54a942a65bd734755659a91964c2b0ad90d6cf2 dev_dependencies: dependency_validator: 3.2.0 tg_lint_rules: - path: ../../tg_lint_rules \ No newline at end of file + path: ../../tg_lint_rules diff --git a/td_client/pubspec.yaml b/td_client/pubspec.yaml index 7328b390..4cf9162a 100644 --- a/td_client/pubspec.yaml +++ b/td_client/pubspec.yaml @@ -1,5 +1,5 @@ name: td_client -publish_to: 'none' +publish_to: "none" environment: sdk: ">=3.0.0 <4.0.0" @@ -8,10 +8,10 @@ dependencies: rxdart: 0.27.3 tdlib: git: - url: git@github.com:ivk1800/tdlib-dart.git + url: https://github.com/ivk1800/tdlib-dart.git ref: c54a942a65bd734755659a91964c2b0ad90d6cf2 dev_dependencies: dependency_validator: 3.2.0 tg_lint_rules: - path: ../tg_lint_rules \ No newline at end of file + path: ../tg_lint_rules