From dba05d0e9ca5cae5fd3ec79ad941b30f3c95547a Mon Sep 17 00:00:00 2001 From: Nick Groenen Date: Sun, 3 Dec 2023 17:44:41 +0100 Subject: [PATCH] Fix license specifier in Cargo metadata --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6378acd..50cebe0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "obsidian-export" version = "23.12.0" authors = ["Nick Groenen "] 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"