Skip to content

Commit 312dc6c

Browse files
Merge pull request #1238 from ueman/fix-pubspec
Fix links in pubspec.yaml
2 parents 0a0afb3 + a84f334 commit 312dc6c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/graphql/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: graphql
22
description: A stand-alone GraphQL client for Dart, bringing all the features from a modern GraphQL client to one easy to use package.
33
version: 5.1.2-beta.4
4-
homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql
4+
repository: https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql
5+
issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues
56

67
dependencies:
78
meta: ^1.3.0

packages/graphql_flutter/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: graphql_flutter
22
description: A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
33
version: 5.1.1-beta.4
4-
homepage: https://github.com/zino-app/graphql-flutter/tree/master/packages/graphql_flutter
4+
repository: https://github.com/zino-app/graphql-flutter/tree/main/packages/graphql_flutter
5+
issue_tracker: https://github.com/zino-hofmann/graphql-flutter/issues
56

67
dependencies:
78
graphql: ^5.1.2-beta.1

0 commit comments

Comments
 (0)