diff --git a/Cargo.toml b/Cargo.toml index d71bd84..6e469e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,13 +2,19 @@ name = "ansiterm" description = "Library for ANSI terminal colours and styles (bold, underline)" edition = "2021" -authors = [ "ogham@bsago.me", "Ryan Scheel (Havvy) ", "Josh Triplett " ] +authors = [ + "Preston Thorpe ", + "Sandro-Alessio Gierens ", + "Benjamin Sago ", + "Ryan Scheel (Havvy) ", + "Josh Triplett " + ] documentation = "https://docs.rs/ansiterm" -homepage = "https://github.com/ogham/rust-ansi-term" +homepage = "https://github.com/rustadopt/ansiterm-rs" license = "MIT" readme = "README.md" -version = "0.12.1" -repository = "https://github.com/ogham/rust-ansi-term" +version = "0.12.2" +repository = "https://github.com/rustadopt/ansiterm-rs" [lib] name = "ansiterm"