aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-06-24 14:23:58 +0200
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2018-06-24 14:23:58 +0200
commit488b3c1eaa60f9ea932ece3f411021efa6268825 (patch)
treed98994b3451932ab9e92adc401565c3bece159e9
parent19bcb0f50ed5f0933cbf0e72b58ccb1e16cd71b5 (diff)
downloadaskama-488b3c1eaa60f9ea932ece3f411021efa6268825.tar.gz
askama-488b3c1eaa60f9ea932ece3f411021efa6268825.tar.bz2
askama-488b3c1eaa60f9ea932ece3f411021efa6268825.zip
Use a proper license expression
-rw-r--r--askama/Cargo.toml2
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"