aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2020-12-26 23:47:13 +0900
committerTaiki Endo <te316e89@gmail.com>2020-12-26 23:47:13 +0900
commitcf14fe23d5a2c9a882c77314df718b563df21107 (patch)
tree0625950a3e405aef68fca630eed6c2d69079d570
parent4c801fb09cf6ca9a97d12d544afd38fb1006cfba (diff)
downloadasync-task-cf14fe23d5a2c9a882c77314df718b563df21107.tar.gz
Update URLs
-rw-r--r--Cargo.toml4
-rw-r--r--README.md6
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0d85c70..2929250 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,8 +4,8 @@ version = "4.0.3"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
license = "Apache-2.0/MIT"
-repository = "https://github.com/stjepang/async-task"
-homepage = "https://github.com/stjepang/async-task"
+repository = "https://github.com/smol-rs/async-task"
+homepage = "https://github.com/smol-rs/async-task"
documentation = "https://docs.rs/async-task"
description = "Task abstraction for building executors"
keywords = ["futures", "task", "executor", "spawn"]
diff --git a/README.md b/README.md
index bc700cc..7853089 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
# async-task
-[![Build](https://github.com/stjepang/async-task/workflows/Build%20and%20test/badge.svg)](
-https://github.com/stjepang/async-task/actions)
+[![Build](https://github.com/smol-rs/async-task/workflows/Build%20and%20test/badge.svg)](
+https://github.com/smol-rs/async-task/actions)
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](
-https://github.com/stjepang/async-task)
+https://github.com/smol-rs/async-task)
[![Cargo](https://img.shields.io/crates/v/async-task.svg)](
https://crates.io/crates/async-task)
[![Documentation](https://docs.rs/async-task/badge.svg)](