Skip to content
This repository was archived by the owner on Oct 9, 2019. It is now read-only.

Commit b83b7d1

Browse files
committed
move to rustasync
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 8c4906d commit b83b7d1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
name = "async-ready"
33
version = "2.0.0"
44
license = "MIT OR Apache-2.0"
5-
repository = "https://github.com/yoshuawuyts/async-ready"
5+
repository = "https://github.com/rustasync/async-ready"
66
documentation = "https://docs.rs/async-ready"
77
description = "Async readiness traits."
88
keywords = ["async", "ready_state", "poll_ready"]
99
categories = ["asynchronous"]
10-
authors = ["Yoshua Wuyts <[email protected]>"]
10+
authors = ["The Rust Async Ecosystem Working Group"]
1111
readme = "README.md"
1212
edition = "2018"
1313

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ None.
6464

6565
[1]: https://img.shields.io/crates/v/async-ready.svg?style=flat-square
6666
[2]: https://crates.io/crates/async-ready
67-
[3]: https://img.shields.io/travis/yoshuawuyts/async-ready/master.svg?style=flat-square
68-
[4]: https://travis-ci.org/yoshuawuyts/async-ready
67+
[3]: https://img.shields.io/travis/rustasync/async-ready/master.svg?style=flat-square
68+
[4]: https://travis-ci.org/rustasync/async-ready
6969
[5]: https://img.shields.io/crates/d/async-ready.svg?style=flat-square
7070
[6]: https://crates.io/crates/async-ready
7171
[7]: https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square
7272
[8]: https://docs.rs/async-ready
7373

74-
[releases]: https://github.com/yoshuawuyts/async-ready/releases
75-
[contributing]: https://github.com/yoshuawuyts/async-ready/blob/master.github/CONTRIBUTING.md
76-
[good-first-issue]: https://github.com/yoshuawuyts/async-ready/labels/good%20first%20issue
77-
[help-wanted]: https://github.com/yoshuawuyts/async-ready/labels/help%20wanted
74+
[releases]: https://github.com/rustasync/async-ready/releases
75+
[contributing]: https://github.com/rustasync/async-ready/blob/master.github/CONTRIBUTING.md
76+
[good-first-issue]: https://github.com/rustasync/async-ready/labels/good%20first%20issue
77+
[help-wanted]: https://github.com/rustasync/async-ready/labels/help%20wanted

0 commit comments

Comments
 (0)