From 8856913ae878f2466423a2106fc2823e9729dfc2 Mon Sep 17 00:00:00 2001 From: Futago-za Ryuu Date: Mon, 12 Jun 2017 07:40:38 +0100 Subject: [PATCH] Updated maintainer #503 --- LICENSE | 1 + README.md | 8 +++----- package.json | 5 ++++- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index bb7930c..1ec26a4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT License Copyright (c) 2010-2016 David Majda +Copyright (c) 2017+ Futago-za Ryuu Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index a232161..c713fa4 100644 --- a/README.md +++ b/README.md @@ -557,11 +557,9 @@ Development * [Google Group](http://groups.google.com/group/pegjs) * [Twitter](http://twitter.com/peg_js) -PEG.js is developed by [David Majda](https://majda.cz/) -([@dmajda](http://twitter.com/dmajda)). The [Bower -package](https://github.com/pegjs/bower) is maintained by [Michel -Krämer](http://www.michel-kraemer.com/) -([@michelkraemer](https://twitter.com/michelkraemer)). +PEG.js is currently maintained by [Futago-za Ryuu](https://github.com/futagoza). Since it's [inception](https://www.google.com/search?q=inception+meaning) in 2010, PEG.js was maintained by [David Majda](https://majda.cz/) ([@dmajda](http://twitter.com/dmajda)), until [May 2017](https://github.com/pegjs/pegjs/issues/503). + +The [Bower package](https://github.com/pegjs/bower) is maintained by [Michel Krämer](http://www.michel-kraemer.com/) ([@michelkraemer](https://twitter.com/michelkraemer)). You are welcome to contribute code. Unless your contribution is really trivial you should get in touch with me first — this can prevent wasted effort on both diff --git a/package.json b/package.json index 4852f91..227fe7b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,10 @@ "homepage": "https://pegjs.org/", "bugs": "https://github.com/pegjs/pegjs/issues", "license": "MIT", - "author": "David Majda (https://majda.cz/)", + "contributors": [ + "David Majda (https://majda.cz/)", + "Futago-za Ryuu " + ], "files": [ "CHANGELOG.md", "LICENSE",