Update repository URL after move
This commit is contained in:
parent
677f429afe
commit
209d34184c
|
@ -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)
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue