Skip to content

Commit

Permalink
Transfer the repo to Nopso organization
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihsever committed Jan 30, 2024
1 parent ecdbc53 commit 38f2657
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: 1d5774127406cf39ef881ff8d84f83c7
projectName: kubeconfig-lib
projectName: kubeconfig-dart
directory: docs/.vercel/output/static
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
id: publish
Expand Down
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,15 @@ dart example/convert.dart
dart example/merge.dart
```


[kubeconfig_logo]: https://raw.githubusercontent.com/fatihsever/kubeconfig-lib/main/assets/logo.svg
[kubeconfig_link]: https://kubeconfig-lib.pages.dev/
[ci_badge]: https://github.com/fatihsever/kubeconfig-lib/actions/workflows/ci.yml/badge.svg?branch=main
[ci_link]: https://github.com/fatihsever/kubeconfig-lib/actions/workflows/ci.yml
[coverage_badge]: https://codecov.io/github/fatihsever/kubeconfig-lib/graph/badge.svg?token=HJNIIKONS2
[coverage_link]: https://codecov.io/github/fatihsever/kubeconfig-lib
[kubeconfig_logo]: https://raw.githubusercontent.com/nopso/kubeconfig-dart/main/assets/logo.svg
[kubeconfig_link]: https://kubeconfig-dart.nopso.io/
[ci_badge]: https://github.com/nopso/kubeconfig-dart/actions/workflows/ci.yml/badge.svg?branch=main
[ci_link]: https://github.com/nopso/kubeconfig-dart/actions/workflows/ci.yml
[coverage_badge]: https://codecov.io/github/nopso/kubeconfig-dart/graph/badge.svg?token=HJNIIKONS2
[coverage_link]: https://codecov.io/github/nopso/kubeconfig-dart
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license_link]: https://opensource.org/licenses/MIT
[pub_badge]: https://img.shields.io/pub/v/kubeconfig
[pub_link]: https://pub.dev/packages/kubeconfig
[fatihsever_link]: https://fatihsever.com/
[docs_link]: https://kubeconfig-lib.pages.dev/
[docs_link]: https://kubeconfig-dart.nopso.io/
2 changes: 1 addition & 1 deletion docs/theme.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ export default {
);
},
project: {
link: "https://github.com/fatihsever/kubeconfig-lib",
link: "https://github.com/nopso/kubeconfig-dart",
},
};
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: kubeconfig
description: Kubeconfig utility library for Dart. Validate, convert, or merge kubeconfig files.
version: 1.0.1
repository: https://github.com/fatihsever/kubeconfig-lib
issue_tracker: https://github.com/fatihsever/kubeconfig-lib/issues
documentation: https://kubeconfig-lib.pages.dev
repository: https://github.com/nopso/kubeconfig-dart
issue_tracker: https://github.com/nopso/kubeconfig-dart/issues
documentation: https://kubeconfig-dart.nopso.io

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

0 comments on commit 38f2657

Please sign in to comment.