diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-06-24 14:23:58 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-06-24 14:23:58 +0200 |
commit | 488b3c1eaa60f9ea932ece3f411021efa6268825 (patch) | |
tree | d98994b3451932ab9e92adc401565c3bece159e9 | |
parent | 19bcb0f50ed5f0933cbf0e72b58ccb1e16cd71b5 (diff) | |
download | askama-488b3c1eaa60f9ea932ece3f411021efa6268825.tar.gz askama-488b3c1eaa60f9ea932ece3f411021efa6268825.tar.bz2 askama-488b3c1eaa60f9ea932ece3f411021efa6268825.zip |
Use a proper license expression
-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" |