Skip to content

Commit

Permalink
chore: Fix pubspec.yaml topics
Browse files Browse the repository at this point in the history
Signed-off-by: jld3103 <[email protected]>
  • Loading branch information
provokateurin committed Dec 26, 2023
1 parent 4762629 commit 0bfec6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/dynamite/dynamite/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: The helper package used at runtime by code generated with the OpenA
homepage: https://github.com/nextcloud/neon
repository: https://github.com/nextcloud/neon/tree/main/packages/dynamite/dynamite
topics:
- OpenAPI
- openapi
- codegen
- build-runner

Expand Down
2 changes: 1 addition & 1 deletion packages/dynamite/dynamite_runtime/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0
homepage: https://github.com/nextcloud/neon
repository: https://github.com/nextcloud/neon/tree/main/packages/dynamite/dynamite_runtime
topics:
- OpenAPI
- openapi
- codegen
- build-runner

Expand Down
6 changes: 3 additions & 3 deletions packages/nextcloud/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ description: A Nextcloud API client written in Dart supporting all maintained Ne
homepage: https://github.com/nextcloud/neon
repository: https://github.com/nextcloud/neon/tree/main/packages/nextcloud
topics:
- Nextcloud
- OpenAPI
- WebDAV
- nextcloud
- openapi
- webdav

environment:
sdk: '>=3.1.0 <4.0.0'
Expand Down

0 comments on commit 0bfec6c

Please sign in to comment.