diff options
-rw-r--r-- | askama/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/askama/Cargo.toml b/askama/Cargo.toml index 2050b4e..33853eb 100644 --- a/askama/Cargo.toml +++ b/askama/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["markup", "template", "jinja2", "html"] categories = ["template-engine"] homepage = "https://github.com/djc/askama" repository = "https://github.com/djc/askama" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" workspace = ".." readme = "../README.md" |