Skip to content

Commit

Permalink
Fix license field in Cargo.toml
Browse files Browse the repository at this point in the history
Use a valid SPDX license expression.
  • Loading branch information
tronical committed Dec 16, 2024
1 parent a113bcb commit 53bf79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "femtovg"
description = "Antialiased 2D vector drawing library"
version = "0.11.2"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
authors = [
"Peter Todorov <[email protected]>",
Expand Down

0 comments on commit 53bf79e

Please sign in to comment.