Skip to content

Commit

Permalink
change homepage to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
klavs committed May 10, 2020
1 parent 913fc03 commit 53945d1
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion cats/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cats
homepage: https://github.com/gql-dart/gql/cats
repository: https://github.com/gql-dart/gql
description: A starting point for Dart libraries or applications.
environment:
sdk: '>=2.7.2 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion codegen/gql_build/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ Build using `build_runner`
pub run build_runner build
```

See [gql_example_cli](https://github.com/gql-dart/gql/tree/master/gql_example_cli) for a usage of the generated classes.
See [gql_example_cli](https://github.com/gql-dart/gql/tree/master/examples/gql_example_cli) for a usage of the generated classes.
2 changes: 1 addition & 1 deletion codegen/gql_build/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gql_build
version: 0.0.11
homepage: https://github.com/gql-dart/gql/tree/master/gql_build
repository: https://github.com/gql-dart/gql
description: Useful builders for your GraphQL SDL and documents. Based on package:gql_code_builder and package:build
environment:
sdk: '>=2.7.2 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion codegen/gql_code_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gql_code_builder
version: 0.0.10
homepage: https://github.com/gql-dart/gql/tree/master/gql_code_builder
repository: https://github.com/gql-dart/gql
description: Dart code builders taking *.graphql documents and SDL to build useful classes.
environment:
sdk: '>=2.7.2 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion gql/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gql
version: 0.12.3
homepage: https://github.com/gql-dart/gql/tree/master/gql
repository: https://github.com/gql-dart/gql
description: GraphQL tools for parsing, transforming and printing GraphQL documents.
environment:
sdk: '>=2.7.2 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion gql_pedantic/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gql_pedantic
version: 1.0.2
homepage: https://github.com/gql-dart/gql/tree/master/gql_pedantic
repository: https://github.com/gql-dart/gql
description: Even more opinionated lint rules.
environment:
sdk: '>=2.7.2 <3.0.0'
2 changes: 1 addition & 1 deletion links/gql_dedupe_link/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gql_dedupe_link
version: 1.0.10
homepage: https://github.com/gql-dart/gql/tree/master/gql_dedupe_link
repository: https://github.com/gql-dart/gql
description: GQL Link to deduplicate identical in-flight execution requests
environment:
sdk: '>=2.7.2 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion links/gql_error_link/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gql_error_link
version: 0.1.0
homepage: https://github.com/gql-dart/gql/tree/master/gql_error_link
repository: https://github.com/gql-dart/gql
description: GQL Link to handle execution errors and exceptions
environment:
sdk: '>=2.7.2 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion links/gql_exec/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gql_exec
version: 0.2.4
homepage: https://github.com/gql-dart/gql/tree/master/gql_exec
repository: https://github.com/gql-dart/gql
description: Basis for GraphQL execution layer to support Link and Client.
environment:
sdk: '>=2.7.2 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion links/gql_http_link/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gql_http_link
version: 0.2.9
homepage: https://github.com/gql-dart/gql/tree/master/gql_http_link
repository: https://github.com/gql-dart/gql
description: GQL Terminating Link to execute requests via HTTP using JSON.
environment:
sdk: '>=2.7.2 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion links/gql_link/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gql_link
version: 0.3.0
homepage: https://github.com/gql-dart/gql/tree/master/gql_link
repository: https://github.com/gql-dart/gql
description: A simple and modular AST-based GraphQL request execution interface.
environment:
sdk: '>=2.7.2 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion links/gql_transform_link/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gql_transform_link
version: 0.1.5
homepage: https://github.com/gql-dart/gql/tree/master/gql_transform_link
repository: https://github.com/gql-dart/gql
description: GQL Link to transform Requests and Responses. May be used to update context, document, variables, data, errors, etc.
environment:
sdk: '>=2.7.2 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion links/gql_websocket_link/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: gql_websocket_link
version: 0.1.0
homepage: https://github.com/gql-dart/gql/tree/master/gql_websocket_link
repository: https://github.com/gql-dart/gql
description: GQL Websocket Link
environment:
sdk: '>=2.7.2 <3.0.0'
Expand Down

0 comments on commit 53945d1

Please sign in to comment.