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]