diff --git a/packages/auth/amplify_auth_cognito/pubspec.yaml b/packages/auth/amplify_auth_cognito/pubspec.yaml index 5c5fd4f7d7c..09d964a00ec 100644 --- a/packages/auth/amplify_auth_cognito/pubspec.yaml +++ b/packages/auth/amplify_auth_cognito/pubspec.yaml @@ -1,7 +1,7 @@ name: amplify_auth_cognito description: The Amplify Flutter Auth category plugin using the AWS Cognito provider. version: 0.4.1 -homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_auth_cognito +homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/auth/amplify_auth_cognito environment: sdk: ">=2.12.0 <3.0.0" diff --git a/packages/auth/amplify_auth_cognito_android/pubspec.yaml b/packages/auth/amplify_auth_cognito_android/pubspec.yaml index d26b9459c8e..4e580200b02 100644 --- a/packages/auth/amplify_auth_cognito_android/pubspec.yaml +++ b/packages/auth/amplify_auth_cognito_android/pubspec.yaml @@ -1,7 +1,7 @@ name: amplify_auth_cognito_android description: The method channel implementation for amplify_auth_cognito on Android version: 0.4.1 -homepage: +homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/auth/amplify_auth_cognito_android environment: sdk: ">=2.12.0 <3.0.0" diff --git a/packages/auth/amplify_auth_cognito_ios/pubspec.yaml b/packages/auth/amplify_auth_cognito_ios/pubspec.yaml index c7a2baf99e9..004815aa049 100644 --- a/packages/auth/amplify_auth_cognito_ios/pubspec.yaml +++ b/packages/auth/amplify_auth_cognito_ios/pubspec.yaml @@ -1,7 +1,7 @@ name: amplify_auth_cognito_ios description: The method channel implementation for amplify_auth_cognito on iOS version: 0.4.1 -homepage: +homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/auth/amplify_auth_cognito_ios environment: sdk: ">=2.12.0 <3.0.0" diff --git a/packages/auth/amplify_auth_plugin_interface/pubspec.yaml b/packages/auth/amplify_auth_plugin_interface/pubspec.yaml index 8e2dea35d27..25a509d1625 100644 --- a/packages/auth/amplify_auth_plugin_interface/pubspec.yaml +++ b/packages/auth/amplify_auth_plugin_interface/pubspec.yaml @@ -1,7 +1,7 @@ name: amplify_auth_plugin_interface description: The platform interface for the auth module of Amplify Flutter. version: 0.4.1 -homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_auth_plugin_interface +homepage: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/auth/amplify_auth_plugin_interface environment: sdk: ">=2.12.0 <3.0.0"