Update URLs

This commit is contained in:
Taiki Endo 2020-12-26 23:47:13 +09:00
parent 1c275b99da
commit 77b083e0ff
2 changed files with 5 additions and 5 deletions

View File

@ -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"]

View File

@ -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)](