Skip to content

Commit

Permalink
revise repo URLs to org's one (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanarus authored Jun 29, 2024
1 parent bfcae30 commit d008566
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
authors = ["kanarus <[email protected]>"]
documentation = "https://docs.rs/worker-bindings"
homepage = "https://crates.io/crates/worker-bindings"
repository = "https://github.com/kana-rus/worker-bindings"
repository = "https://github.com/ohkami-rs/worker-bindings"
readme = "README.md"
license = "MIT"
description = "Automatically bind bindings in your `wrangler.toml` into a Rust struct"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<p align="center">Automatically bind bindings in your `wrangler.toml` into a Rust struct</p>

<div align="right">
<img alt="test status of worker-bindings" src="https://github.com/kana-rus/worker-bindings/actions/workflows/CI.yaml/badge.svg"/>
<img alt="test status of worker-bindings" src="https://github.com/ohkami-rs/worker-bindings/actions/workflows/CI.yaml/badge.svg"/>
<a href="https://crates.io/crates/worker-bindings"><img alt="crates.io" src="https://img.shields.io/crates/v/worker-bindings" /></a>
</div>

Expand Down Expand Up @@ -46,4 +46,4 @@ pub async fn main(req: Request, env: Env, _ctx: worker::Context) -> Result<Respo
- This crate is originally developed in [Ohkami](https://crates.io/crates/ohkami) web framework and later extracted as an independent edition.

## License
`worker-bindings` is licensed under the MIT License ([LICENSE](https://github.com/kana-rus/worker-bindings/blob/main/LICENSE) or [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)).
`worker-bindings` is licensed under the MIT License ([LICENSE](https://github.com/ohkami-rs/worker-bindings/blob/main/LICENSE) or [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)).

0 comments on commit d008566

Please sign in to comment.