diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-08-26 20:37:45 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-08-26 20:37:45 -0700 |
commit | 46f7955094a91fd5d408eaf57195059cf0e98654 (patch) | |
tree | afb112f20ac2fa52f0b6703b622f57e917f5e797 | |
parent | 3333660e0d9148caa8a270424e1f72ab042183dd (diff) | |
download | es-public-proxy-46f7955094a91fd5d408eaf57195059cf0e98654.tar.gz es-public-proxy-46f7955094a91fd5d408eaf57195059cf0e98654.zip |
update license slug
-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" |