Merge pull request #8 from taiki-e/url

Update URLs
This commit is contained in:
Taiki Endo 2020-12-26 23:56:03 +09:00 committed by GitHub
commit 52b7e50efb
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 = "Async networking primitives for TCP/UDP/Unix communication"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/stjepang/async-net"
homepage = "https://github.com/stjepang/async-net"
repository = "https://github.com/smol-rs/async-net"
homepage = "https://github.com/smol-rs/async-net"
documentation = "https://docs.rs/async-net"
keywords = ["networking", "uds", "mio", "reactor", "std"]
categories = ["asynchronous", "network-programming", "os"]

View File

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