Skip to content

Commit

Permalink
x_x
Browse files Browse the repository at this point in the history
  • Loading branch information
iddm committed Dec 5, 2023
1 parent dab7fd4 commit 0fd1641
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github: vityafx
github: iddm
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "2.2.0"
edition = "2018"
authors = ["Victor Polevoy <[email protected]>"]
description = "Library for Toornament.com the eSports platform"
repository = "https://github.com/vityafx/toornament-rs"
repository = "https://github.com/iddm/toornament-rs"
documentation = "https://docs.rs/toornament/"
readme = "README.md"
license = "MIT"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# toornament-rs
[![CI](https://github.com/vityafx/toornament-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/vityafx/toornament-rs/actions/workflows/ci.yml)
[![CI](https://github.com/iddm/toornament-rs/actions/workflows/ci.yml/badge.svg)](https://github.com/iddm/toornament-rs/actions/workflows/ci.yml)
[![Crates](https://img.shields.io/crates/v/toornament.svg)](https://crates.io/crates/toornament)
[![Docs](https://docs.rs/toornament/badge.svg)](https://docs.rs/toornament)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
Expand All @@ -10,7 +10,7 @@ http://toornament.com api bindings.
Updating to the API version 2 is in progress.

## How to use
There is a [book](https://vityafx.github.io/toornament-rs) and the
There is a [book](https://iddm.github.io/toornament-rs) and the
[documentation](https://docs.rs/toornament) which may help you using this library.

## Implementation
Expand All @@ -36,4 +36,4 @@ fn main() {
More examples are in the [`examples/` subdirectory](./examples/).

## License
This project is [licensed under the MIT license](https://github.com/vityafx/toornament-rs/blob/master/LICENSE).
This project is [licensed under the MIT license](https://github.com/iddm/toornament-rs/blob/master/LICENSE).

0 comments on commit 0fd1641

Please sign in to comment.