Update repository URL after move

This commit is contained in:
Dirkjan Ochtman 2024-08-20 18:16:46 +02:00
parent 677f429afe
commit 209d34184c
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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]

View File

@ -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]