Update repo links

This commit is contained in:
asonix 2019-05-25 15:33:38 -05:00
parent df932f6699
commit 986a08b7e9
4 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ description = "Background Jobs implemented with sled, actix, and futures"
version = "0.5.0"
license = "GPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/asonix/background-jobs"
repository = "https://git.asonix.dog/Aardwolf/background-jobs"
readme = "README.md"
keywords = ["jobs", "processor", "actix", "sled"]
edition = "2018"

View file

@ -4,7 +4,7 @@ description = "in-process jobs processor based on Actix"
version = "0.5.0"
license = "GPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/asonix/background-jobs"
repository = "https://git.asonix.dog/Aardwolf/background-jobs"
keywords = ["jobs", "processor"]
edition = "2018"

View file

@ -4,7 +4,7 @@ description = "Core types for implementing an asynchronous jobs processor on tok
version = "0.5.0"
license = "GPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/asonix/background-jobs"
repository = "https://git.asonix.dog/Aardwolf/background-jobs"
keywords = ["jobs", "processor"]
edition = "2018"

View file

@ -4,7 +4,7 @@ description = "Sled storage backend for background-jobs"
version = "0.1.0"
license = "GPL-3.0"
authors = ["asonix <asonix@asonix.dog>"]
repository = "https://git.asonix.dog/asonix/background-jobs"
repository = "https://git.asonix.dog/Aardwolf/background-jobs"
readme = "README.md"
edition = "2018"