diff --git a/Cargo.toml b/Cargo.toml index 51fece1..d9f89b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,9 @@ name = "weezl" version = "0.1.7" license = "MIT OR Apache-2.0" description = "Fast LZW compression and decompression." -authors = ["HeroicKatora "] +authors = ["The image-rs Developers"] readme = "README.md" -repository = "https://github.com/image-rs/lzw.git" +repository = "https://github.com/image-rs/lzw" documentation = "https://docs.rs/weezl" edition = "2018" exclude = ["benches/*.lzw"]