diff --git a/libraries/libarchive/Cargo.toml b/libraries/libarchive/Cargo.toml index 2d1462e1..11e0573a 100644 --- a/libraries/libarchive/Cargo.toml +++ b/libraries/libarchive/Cargo.toml @@ -1,9 +1,9 @@ [package] -name = "libarchive" +name = "libarchive-drop" version = "0.1.1" -authors = ["Jamie Winsor "] +authors = ["Jamie Winsor ", "Drop OSS"] license = "Apache-2.0" -repository = "https://github.com/chef/libarchive-rust" +repository = "https://github.com/Drop-OSS/libarchive-rust" description = "A safe Rust API for authoring and extracting archives with libarchive" keywords = ["libarchive", "archive", "tar", "zip"]