diff --git a/Cargo.toml b/Cargo.toml index 2a84b97..d969520 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,8 @@ name = "ceviche" version = "0.6.0" edition = "2021" license = "MIT/Apache-2.0" -homepage = "https://github.com/wayk/ceviche-rs" -repository = "https://github.com/wayk/ceviche-rs" +homepage = "https://github.com/devolutions/ceviche-rs" +repository = "https://github.com/devolutions/ceviche-rs" authors = ["Marc-André Moreau ", "Sébastien Duquette ", "Richard Markiewicz "] keywords = ["daemon", "service"] description = "Rust daemon/service wrapper" diff --git a/examples/foobar/Cargo.toml b/examples/foobar/Cargo.toml index 5cb702f..e9114d5 100644 --- a/examples/foobar/Cargo.toml +++ b/examples/foobar/Cargo.toml @@ -3,8 +3,8 @@ name = "foobar_service" version = "0.1.0" edition = "2021" license = "MIT/Apache-2.0" -homepage = "https://github.com/wayk/ceviche-rs" -repository = "https://github.com/wayk/ceviche-rs" +homepage = "https://github.com/devolutions/ceviche-rs" +repository = "https://github.com/devolutions/ceviche-rs" authors = ["Marc-André Moreau "] keywords = ["daemon", "service"] description = "Rust daemon/service wrapper"