README: add Tim Morgan (malcc) github user.
authorJoel Martin <github@martintribe.org>
Tue, 19 Feb 2019 16:58:19 +0000 (10:58 -0600)
committerJoel Martin <github@martintribe.org>
Tue, 19 Feb 2019 16:58:19 +0000 (10:58 -0600)
README.md

index 7372b45..de0678f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1197,7 +1197,7 @@ The following implementations are maintained as separate projects:
 ## Other mal Projects
 
  * [malc](https://github.com/dubek/malc) - Mal (Make A Lisp) compiler. Compiles a Mal program to LLVM assembly language, then binary.
- * [malcc](https://git.sr.ht/~tim/malcc) - malcc is an incremental compiler implementation for the Mal language. It uses the Tiny C Compiler as the compiler backend and has full support for the Mal language, including macros, tail-call elimination, and even run-time eval.
+ * [malcc](https://git.sr.ht/~tim/malcc) (@seven1m) - malcc is an incremental compiler implementation for the Mal language. It uses the Tiny C Compiler as the compiler backend and has full support for the Mal language, including macros, tail-call elimination, and even run-time eval.
  * [frock](https://github.com/chr15m/frock) - Clojure-flavoured PHP. Uses mal/php to run programs.
 
 ## License