Skip to content

Commit

Permalink
docs: fix the URL of the repository written in pubspec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gree-patapata committed Mar 25, 2024
1 parent 83a9b31 commit e06879d
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion packages/patapata_adjust/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This package is a plugin for Patapata that adds support for Adjust
version: 1.0.0
publish_to: none
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_adjust
repository: https://github.com/gree/patapata/tree/main/packages/patapata_adjust

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/patapata_apple_push_notifications/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: patapata_apple_push_notifications
description: This package is a plugin for Patapata that adds support for Apple Push Notifications to your Patapata app.
version: 1.0.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_apple_push_notifications
repository: https://github.com/gree/patapata/tree/main/packages/patapata_apple_push_notifications

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/patapata_apps_flyer/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This package is a plugin for Patapata that adds support for AppsFly
version: 1.0.0
publish_to: none
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_apps_flyer
repository: https://github.com/gree/patapata/tree/main/packages/patapata_apps_flyer

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/patapata_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: patapata_core
description: A collection of best-practices for building applications quickly and reliably.
version: 1.0.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_core
repository: https://github.com/gree/patapata/tree/main/packages/patapata_core

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/patapata_example_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: This package is a sample application that demonstrates how to use t
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_example_app
repository: https://github.com/gree/patapata/tree/main/packages/patapata_example_app

# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
Expand Down
2 changes: 1 addition & 1 deletion packages/patapata_firebase_analytics/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: patapata_firebase_analytics
description: This package is a plugin for Patapata that adds support for Firebase Analytics to your Patapata app.
version: 1.0.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_firebase_analytics
repository: https://github.com/gree/patapata/tree/main/packages/patapata_firebase_analytics

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/patapata_firebase_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: patapata_firebase_auth
description: This package is a plugin for Patapata that adds support for Firebase Authentication to your Patapata app.
version: 1.0.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_firebase_auth
repository: https://github.com/gree/patapata/tree/main/packages/patapata_firebase_auth

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/patapata_firebase_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: patapata_firebase_core
description: This package is a plugin for Patapata that adds support for Firebase to your Patapata app.
version: 1.0.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_firebase_core
repository: https://github.com/gree/patapata/tree/main/packages/patapata_firebase_core

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/patapata_firebase_crashlytics/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: patapata_firebase_crashlytics
description: This package is a plugin for Patapata that adds support for Firebase Crashlytics to your Patapata app.
version: 1.0.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_firebase_crashlytics
repository: https://github.com/gree/patapata/tree/main/packages/patapata_firebase_crashlytics

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/patapata_firebase_dynamic_links/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This package is a plugin for Patapata that adds support for Firebas
version: 1.0.0
publish_to: none
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_firebase_dynamic_links
repository: https://github.com/gree/patapata/tree/main/packages/patapata_firebase_dynamic_links

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/patapata_firebase_messaging/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: patapata_firebase_messaging
description: This package is a plugin for Patapata that adds support for Firebase Cloud Messaging to your Patapata app.
version: 1.0.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_firebase_messaging
repository: https://github.com/gree/patapata/tree/main/packages/patapata_firebase_messaging

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/patapata_firebase_remote_config/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: patapata_firebase_remote_config
description: This package is a plugin for Patapata that adds support for Firebase Remote Config to your Patapata app.
version: 1.0.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_firebase_remote_config
repository: https://github.com/gree/patapata/tree/main/packages/patapata_firebase_remote_config

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/patapata_karte_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This package is a plugin for Patapata that adds support for Karte t
version: 1.0.0
publish_to: none
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_karte_core
repository: https://github.com/gree/patapata/tree/main/packages/patapata_karte_core

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/patapata_karte_variables/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This package is a plugin for Patapata that adds support for Karte V
version: 1.0.0
publish_to: none
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_karte_variables
repository: https://github.com/gree/patapata/tree/main/packages/patapata_karte_variables

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/patapata_riverpod/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: patapata_riverpod
description: This package is a plugin for Patapata that adds support for Riverpod to your Patapata app.
version: 1.0.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_riverpod
repository: https://github.com/gree/patapata/tree/main/packages/patapata_riverpod

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/patapata_sentry/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: patapata_sentry
description: This package is a plugin for Patapata that adds support for Sentry to your Patapata app.
version: 1.0.0
homepage: https://github.com/gree/patapata
repository: https://github.com/gree/patapata/packages/patapata_sentry
repository: https://github.com/gree/patapata/tree/main/packages/patapata_sentry

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit e06879d

Please sign in to comment.