From 67d9a0bd2c319fd3c657936e3f3f3a6a12b2b548 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 5 Oct 2021 16:57:14 +0200 Subject: [PATCH] Improve about page --- docs/about.md | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/docs/about.md b/docs/about.md index 6a2b82d..099b5fc 100644 --- a/docs/about.md +++ b/docs/about.md @@ -2,10 +2,42 @@ All you wanted to know about GHCup. +## Team + +### Author and Maintainer + +* [Julian Ospald](https://github.com/hasufell) (aka: maerwald, hasufell) + +### Collaborators + +* [Arjun Kathuria](https://github.com/arjunkathuria) +* [Ben Gamari](https://github.com/bgamari) +* [Javier Neira](https://github.com/jneira) + +### Contributors + +* amesgen +* Chris Smith +* Anton-Latukha +* Brian McKenna +* Huw campbell +* Tom Ellis +* Sigmund Vestergaard +* Ron Toland +* Paolo Martini +* Mario Lang +* Jan HrĨek +* vglfr +* Fendor +* Enrico Maria De Angelis +* Emily Pillmore +* Colin Barrett +* Artur Gajowy + ## Design goals 1. simplicity -2. non-interactive +2. non-interactive CLI interface 3. portable 4. do one thing and do it well (UNIX philosophy)