From c5dc5b0a98db3bf89dfe767ffd141cf67805ed35 Mon Sep 17 00:00:00 2001 From: Richard Markiewicz Date: Wed, 13 Mar 2024 21:49:23 -0400 Subject: [PATCH] ceviche-rs: fix metadata --- Cargo.toml | 4 ++-- examples/foobar/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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"