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)
|
[![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)
|
[![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: 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)
|
[![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"
|
license = "Apache-2.0 OR MIT"
|
||||||
description = "Procedural macros for instant-xml"
|
description = "Procedural macros for instant-xml"
|
||||||
documentation = "https://docs.rs/instant-xml-macros"
|
documentation = "https://docs.rs/instant-xml-macros"
|
||||||
repository = "https://github.com/InstantDomain/instant-xml"
|
repository = "https://github.com/djc/instant-xml"
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
|
@ -7,7 +7,7 @@ workspace = ".."
|
||||||
license = "Apache-2.0 OR MIT"
|
license = "Apache-2.0 OR MIT"
|
||||||
description = "A more rigorous way to map XML to Rust types"
|
description = "A more rigorous way to map XML to Rust types"
|
||||||
documentation = "https://docs.rs/instant-xml"
|
documentation = "https://docs.rs/instant-xml"
|
||||||
repository = "https://github.com/InstantDomain/instant-xml"
|
repository = "https://github.com/djc/instant-xml"
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in New Issue