]> git.mdlowis.com Git - proto/libregexp.git/commitdiff
add description to README.md
authorDavid du Colombier <0intro@gmail.com>
Sun, 9 Aug 2015 20:35:20 +0000 (22:35 +0200)
committerDavid du Colombier <0intro@gmail.com>
Sun, 9 Aug 2015 20:35:20 +0000 (22:35 +0200)
README.md

index 921c9e0c578d7c5af64165c92ba57fb5bd0565ac..79ead973bbdb97a0cee3d3e3375ac96327dc2577 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,5 +5,8 @@ This is a Unix port of the Plan 9 regular expression library,
 originally done for the Inferno operating system.
 
 Russ Cox repackaged this to build as a standalone
-Unix library.  Send comments about packaging to
-Russ Cox <rsc@post.harvard.edu>
+Unix library.
+
+David du Colombier repackaged Russ Cox's work,
+removed dependencies on libutf and libfmt and
+fixed various issues.