Skip to content

Commit 12515c9

Browse files
authored
Merge pull request #12 from taiki-e/url
Update URLs
2 parents 4c801fb + cf14fe2 commit 12515c9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version = "4.0.3"
44
authors = ["Stjepan Glavina <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0/MIT"
7-
repository = "https://github.com/stjepang/async-task"
8-
homepage = "https://github.com/stjepang/async-task"
7+
repository = "https://github.com/smol-rs/async-task"
8+
homepage = "https://github.com/smol-rs/async-task"
99
documentation = "https://docs.rs/async-task"
1010
description = "Task abstraction for building executors"
1111
keywords = ["futures", "task", "executor", "spawn"]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# async-task
22

3-
[![Build](https://github.com/stjepang/async-task/workflows/Build%20and%20test/badge.svg)](
4-
https://github.com/stjepang/async-task/actions)
3+
[![Build](https://github.com/smol-rs/async-task/workflows/Build%20and%20test/badge.svg)](
4+
https://github.com/smol-rs/async-task/actions)
55
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](
6-
https://github.com/stjepang/async-task)
6+
https://github.com/smol-rs/async-task)
77
[![Cargo](https://img.shields.io/crates/v/async-task.svg)](
88
https://crates.io/crates/async-task)
99
[![Documentation](https://docs.rs/async-task/badge.svg)](

0 commit comments

Comments
 (0)