diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ name = "es-public-proxy" version = "0.2.0" edition = "2018" authors = ["Bryan Newbold <bnewbold@robocracy.org>"] -license = "AGPL-3+" +license = "AGPL-3.0-or-later" #license-file = "LICENSE.AGPLv3.txt" description = "simple read-only HTTP reverse-proxy for exposing an Elasticsearch node to the public internet" readme = "README.md" |