summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4097e30..eb175de 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>",
description = "Build filters/predicates with the builder pattern"
keywords = ["iterator", "filter", "builder", "util"]
readme = "./README.md"
-license = "LGPL-2.1"
+license = "MPL-2.0"
documentation = "https://matthiasbeyer.github.io/filters/filters/index.html"
repository = "https://github.com/matthiasbeyer/filters"