From dd545da0ea160eae0677b430fd976c859a7c41ab Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 4 Dec 2023 12:12:17 -0500 Subject: [PATCH] Update Cargo.toml to point to existing repo? Which one should be used going forward? --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 264cf008..69253702 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.8.19" authors = ["Vladimir Matveev "] license = "MIT" description = "An XML library in pure Rust" -repository = "https://github.com/kornelski/xml-rs" +repository = "https://github.com/netvl/xml-rs" homepage = "https://lib.rs/crates/xml-rs" documentation = "https://docs.rs/xml-rs/" readme = "README.md"