Merge pull request #3 from taiki-e/url

Update URLs
This commit is contained in:
Taiki Endo 2020-12-27 00:02:38 +09:00 committed by GitHub
commit 0a74eb79d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -5,8 +5,8 @@ authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Convert closures into wakers"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/stjepang/waker-fn"
homepage = "https://github.com/stjepang/waker-fn"
repository = "https://github.com/smol-rs/waker-fn"
homepage = "https://github.com/smol-rs/waker-fn"
documentation = "https://docs.rs/waker-fn"
keywords = ["async", "waker", "wake", "closure", "callback"]
categories = ["concurrency"]

View File

@ -1,9 +1,9 @@
# waker-fn
[![Build](https://github.com/stjepang/waker-fn/workflows/Build%20and%20test/badge.svg)](
https://github.com/stjepang/waker-fn/actions)
[![Build](https://github.com/smol-rs/waker-fn/workflows/Build%20and%20test/badge.svg)](
https://github.com/smol-rs/waker-fn/actions)
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](
https://github.com/stjepang/waker-fn)
https://github.com/smol-rs/waker-fn)
[![Cargo](https://img.shields.io/crates/v/waker-fn.svg)](
https://crates.io/crates/waker-fn)
[![Documentation](https://docs.rs/waker-fn/badge.svg)](