From 7d0caee473befcde88a78f3b741479b8125b89c6 Mon Sep 17 00:00:00 2001 From: Stephen Heindel Date: Tue, 7 Feb 2023 16:22:24 -0500 Subject: [PATCH] Update README, add node_modules to .gitignore --- .gitignore | 1 + README.md | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9917066..98a7c1c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ dbf.js +node_modules/ diff --git a/README.md b/README.md index 1c28f9b..7e097ba 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,11 @@ --- -## Looking for new maintainers! +## Looking for extra maintainers! -This project is currently unmaintained. We'd love to turn it over to a new maintainer. If you're interested, please file an issue! +Mapbox has graciously turned the control of this repo over to [sheindel](https://github.com/sheindel). +However, this should not be maintained by just one individual, so if others are serious about maintaining, +please open a fresh issue. --- @@ -63,5 +65,4 @@ file structure. ## Specifications * http://www.clicketyclick.dk/databases/xbase/format/dbf.html#DBF_STRUCT -* http://www.quantdec.com/SYSEN597/GTKAV/section4/chapter_15a.htm -* http://ulisse.elettra.trieste.it/services/doc/dbase/DBFstruct.htm +* https://www.oocities.org/geoff_wass/dBASE/GaryWhite/dBASE/FAQ/qformt.htm \ No newline at end of file