From 4985bf0bc8deec44cf198d4a22499a129ee28b62 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Fri, 26 May 2023 00:45:08 -0400 Subject: [PATCH] Add link to ogirinal in readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9328891..f404467 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # go-gemini +This repository is a fork of [go-gemini](https://godocs.io/git.sr.ht/~adnano/go-gemini) +implementing better parity with net/http and some tweaks required for use in +[Hnakra](https://git.tebibyte.media/sashakoshka/hnakra). + Package gemini implements the [Gemini protocol](https://gemini.circumlunar.space) in Go. It provides an API similar to that of net/http to facilitate the development of Gemini clients and servers.