agate

Simple gemini server for static files
git clone https://github.com/mbrubeck/agate.git
Log | Files | Refs | README

commit 0abc1accf7415e2dbdaa3f68502f74275f4d5906
parent 453c74adc1504e2e1a71f65eb93be14a54f02049
Author: Matt Brubeck <mbrubeck@limpet.net>
Date:   Wed, 13 Mar 2024 16:33:36 -0700

Use correct SPDX license format

Diffstat:
MCargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["server", "gemini", "hypertext", "internet", "protocol"] categories = ["network-programming"] repository = "https://github.com/mbrubeck/agate" readme = "README.md" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" edition = "2021" exclude = ["/tools", "/.github", "/Cross.toml", "/content", "/CODE_OF_CONDUCT.md", "/CONTRIBUTING.md", "/CHANGELOG.md", "/tests"]