diff --git a/arrow2_convert/Cargo.toml b/arrow2_convert/Cargo.toml index f0b4b3d..29305ed 100644 --- a/arrow2_convert/Cargo.toml +++ b/arrow2_convert/Cargo.toml @@ -8,7 +8,7 @@ authors = [ edition = "2021" license = "Apache-2.0 OR MIT" keywords = ["Arrow", "arrow2"] -repository = "https://github.com/DataEngineeringLabs/arrow2-derive/arrow2_convert" +repository = "https://github.com/DataEngineeringLabs/arrow2-convert/arrow2_convert" description = "Convert between nested rust types and Arrow with arrow2" [dependencies] diff --git a/arrow2_convert_derive/Cargo.toml b/arrow2_convert_derive/Cargo.toml index 84e537c..6dd468b 100644 --- a/arrow2_convert_derive/Cargo.toml +++ b/arrow2_convert_derive/Cargo.toml @@ -8,7 +8,7 @@ authors = [ edition = "2021" license = "Apache-2.0 OR MIT" keywords = ["Arrow", "arrow2"] -repository = "https://github.com/DataEngineeringLabs/arrow2-derive/arrow2_convert_derive" +repository = "https://github.com/DataEngineeringLabs/arrow2-convert/arrow2_convert_derive" description = "Proc macros for arrow2_convert" [lib]