Skip to content

Commit

Permalink
build: update license in cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed May 10, 2023
1 parent 162de8e commit 0248030
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ edition = "2021"
description = "Fast WHATWG Compliant URL parser"
readme = "README.md"
repository = "https://github.com/ada-url/rust"
license = "MIT AND APACHE-2.0"
license = "MIT OR Apache-2.0"
include = ["src/**/*", "LICENSE-*", "README.md", "tests/**", "deps/**"]
exclude = [".github"]

[[bench]]
Expand Down

0 comments on commit 0248030

Please sign in to comment.