From 8876ce997f773fe0beb1f7bcee1f404730c3e7db Mon Sep 17 00:00:00 2001 From: glyph Date: Thu, 17 Feb 2022 11:31:43 +0200 Subject: [PATCH] add authors section to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cd0a3b1..84bd232 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,11 @@ pub async fn run() -> Result<(), GolgiError> { } ``` +## Authors + + - [notplants](https://mfowler.info/) + - [glyph](https://mycelial.technology/) + ## License LGPL-3.0.