From c359068ce09b20618a9b3cf8445d2409b525363f Mon Sep 17 00:00:00 2001 From: Compey Date: Wed, 23 Aug 2023 18:32:07 +0530 Subject: [PATCH] chore: change library details --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c25ef84..d55e252 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "chrono_locale" version = "0.1.1" -authors = ["Alessandro Pellizzari "] +authors = ["Alessandro Pellizzari ", "Erica Marigold "] description = "Localised date and time formatting library for Rust, based on chrono" -homepage = "https://github.com/Alex-PK/chrono-locale" +homepage = "https://github.com/0x5eal/chrono-locale" readme = "README.md" keywords = ["date", "time", "calendar"] categories = ["date-and-time"] license = "MIT/Apache-2.0" -repository = "https://github.com/Alex-PK/chrono-locale" +repository = "https://github.com/0x5eal/chrono-locale" build = "build.rs" [dependencies]