diff --git a/crates/toml_edit/Cargo.toml b/crates/toml_edit/Cargo.toml index 2986e9e7..449978cf 100644 --- a/crates/toml_edit/Cargo.toml +++ b/crates/toml_edit/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["encoding", "toml"] categories = ["encoding", "parser-implementations", "parsing", "config"] description = "Yet another format-preserving TOML parser." authors = ["Andronik Ordian ", "Ed Page "] -repository = "https://github.com/ordian/toml_edit" +repository = "https://github.com/toml-rs/toml" documentation = "https://docs.rs/toml_edit" license.workspace = true edition.workspace = true