Fix license specifier in Cargo metadata

This commit is contained in:
Nick Groenen 2023-12-03 17:44:41 +01:00
parent 82b6e597c6
commit dba05d0e9c
No known key found for this signature in database
GPG Key ID: 4F0AD019928AE098
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name = "obsidian-export"
version = "23.12.0"
authors = ["Nick Groenen <nick@groenen.me>"]
edition = "2018"
license = "MIT OR Apache-2.0"
license = "BSD-2-Clause-Patent"
readme = "README.md"
repository = "https://github.com/zoni/obsidian-export"
documentation = "https://docs.rs/obsidian-export"