Use correct SPDX license format

This commit is contained in:
Matt Brubeck 2024-03-13 16:33:36 -07:00
parent 453c74adc1
commit 0abc1accf7

View file

@ -7,7 +7,7 @@ keywords = ["server", "gemini", "hypertext", "internet", "protocol"]
categories = ["network-programming"]
repository = "https://github.com/mbrubeck/agate"
readme = "README.md"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2021"
exclude = ["/tools", "/.github", "/Cross.toml", "/content", "/CODE_OF_CONDUCT.md", "/CONTRIBUTING.md", "/CHANGELOG.md", "/tests"]