From 488b3c1eaa60f9ea932ece3f411021efa6268825 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Sun, 24 Jun 2018 14:23:58 +0200 Subject: Use a proper license expression --- askama/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit