From 209d34184ce8b1314ba67d5723d998a2b5fd5ff1 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 20 Aug 2024 18:16:46 +0200 Subject: [PATCH] Update repository URL after move --- README.md | 2 +- instant-xml-macros/Cargo.toml | 2 +- instant-xml/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f52dca2..36439ca 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Documentation](https://docs.rs/instant-xml/badge.svg)](https://docs.rs/instant-xml) [![Crates.io](https://img.shields.io/crates/v/instant-xml.svg)](https://crates.io/crates/instant-xml) -[![Build status](https://github.com/InstantDomain/instant-xml/workflows/CI/badge.svg)](https://github.com/InstantDomain/instant-xml/actions?query=workflow%3ACI) +[![Build status](https://github.com/djc/instant-xml/workflows/CI/badge.svg)](https://github.com/djc/instant-xml/actions?query=workflow%3ACI) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE-MIT) [![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE-APACHE) diff --git a/instant-xml-macros/Cargo.toml b/instant-xml-macros/Cargo.toml index 705b114..b58257c 100644 --- a/instant-xml-macros/Cargo.toml +++ b/instant-xml-macros/Cargo.toml @@ -7,7 +7,7 @@ workspace = ".." license = "Apache-2.0 OR MIT" description = "Procedural macros for instant-xml" documentation = "https://docs.rs/instant-xml-macros" -repository = "https://github.com/InstantDomain/instant-xml" +repository = "https://github.com/djc/instant-xml" readme = "../README.md" [lib] diff --git a/instant-xml/Cargo.toml b/instant-xml/Cargo.toml index 6348271..4f45f21 100644 --- a/instant-xml/Cargo.toml +++ b/instant-xml/Cargo.toml @@ -7,7 +7,7 @@ workspace = ".." license = "Apache-2.0 OR MIT" description = "A more rigorous way to map XML to Rust types" documentation = "https://docs.rs/instant-xml" -repository = "https://github.com/InstantDomain/instant-xml" +repository = "https://github.com/djc/instant-xml" readme = "../README.md" [dependencies]