diff --git a/Cargo.toml b/Cargo.toml index 3a4d5bc..050eafa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Background Jobs implemented with sled, actix, and futures" version = "0.5.0" license = "GPL-3.0" authors = ["asonix "] -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" diff --git a/jobs-actix/Cargo.toml b/jobs-actix/Cargo.toml index 97d84b1..771990a 100644 --- a/jobs-actix/Cargo.toml +++ b/jobs-actix/Cargo.toml @@ -4,7 +4,7 @@ description = "in-process jobs processor based on Actix" version = "0.5.0" license = "GPL-3.0" authors = ["asonix "] -repository = "https://git.asonix.dog/asonix/background-jobs" +repository = "https://git.asonix.dog/Aardwolf/background-jobs" keywords = ["jobs", "processor"] edition = "2018" diff --git a/jobs-core/Cargo.toml b/jobs-core/Cargo.toml index d60d0d4..c7536b3 100644 --- a/jobs-core/Cargo.toml +++ b/jobs-core/Cargo.toml @@ -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 "] -repository = "https://git.asonix.dog/asonix/background-jobs" +repository = "https://git.asonix.dog/Aardwolf/background-jobs" keywords = ["jobs", "processor"] edition = "2018" diff --git a/jobs-sled/Cargo.toml b/jobs-sled/Cargo.toml index c805bc1..586e9bb 100644 --- a/jobs-sled/Cargo.toml +++ b/jobs-sled/Cargo.toml @@ -4,7 +4,7 @@ description = "Sled storage backend for background-jobs" version = "0.1.0" license = "GPL-3.0" authors = ["asonix "] -repository = "https://git.asonix.dog/asonix/background-jobs" +repository = "https://git.asonix.dog/Aardwolf/background-jobs" readme = "README.md" edition = "2018"