Bladeren bron

Fix the license field in Cargo.toml to be valid SPDX

Dave Rolsky 3 jaren geleden
bovenliggende
commit
d8ee553eac
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

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