diff --git a/Cargo.toml b/Cargo.toml index 3714433..043f7ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,8 @@ authors = [ edition = "2018" description = "A synchronization primitive for task wakeup" license = "Apache-2.0 OR MIT" -repository = "https://github.com/stjepang/atomic-waker" -homepage = "https://github.com/stjepang/atomic-waker" +repository = "https://github.com/smol-rs/atomic-waker" +homepage = "https://github.com/smol-rs/atomic-waker" documentation = "https://docs.rs/atomic-waker" keywords = ["waker", "notify", "wake", "futures", "async"] categories = ["asynchronous", "concurrency"] diff --git a/README.md b/README.md index 2c0ec04..a598607 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # atomic-waker -[![Build](https://github.com/stjepang/atomic-waker/workflows/Build%20and%20test/badge.svg)]( -https://github.com/stjepang/atomic-waker/actions) +[![Build](https://github.com/smol-rs/atomic-waker/workflows/Build%20and%20test/badge.svg)]( +https://github.com/smol-rs/atomic-waker/actions) [![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)]( -https://github.com/stjepang/atomic-waker) +https://github.com/smol-rs/atomic-waker) [![Cargo](https://img.shields.io/crates/v/atomic-waker.svg)]( https://crates.io/crates/atomic-waker) [![Documentation](https://docs.rs/atomic-waker/badge.svg)](