mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
Fix the license field in Cargo.toml to be valid SPDX
This commit is contained in:
parent
cd5fa58434
commit
d8ee553eac
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version = "0.1.8"
|
|||
authors = ["Jonathan Kelley"]
|
||||
edition = "2018"
|
||||
description = "Core functionality for Dioxus - a concurrent renderer-agnostic Virtual DOM for interactive user experiences"
|
||||
license = "MIT/Apache-2.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/DioxusLabs/dioxus/"
|
||||
homepage = "https://dioxuslabs.com"
|
||||
documentation = "https://dioxuslabs.com"
|
||||
|
|
Loading…
Reference in a new issue