agate

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

commit b05245da92d427070df4cf0a5a98517489929c09
parent 428bc74023124ca01ab570d0f7c5a234d29d39e2
Author: Johann150 <20990607+Johann150@users.noreply.github.com>
Date:   Sun, 31 Jan 2021 21:14:15 +0100

add myself to crate authors
Diffstat:
MCargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "agate" version = "2.3.0" -authors = ["Matt Brubeck <mbrubeck@limpet.net>"] +authors = ["Matt Brubeck <mbrubeck@limpet.net>", "Johann150 <johann+agate@qwertqwefsday.eu>"] description = "Very simple server for the Gemini hypertext protocol" keywords = ["server", "gemini", "hypertext", "internet", "protocol"] categories = ["network-programming"]