From 33da7965dfd88e2dc732a5737056d6cd4a1c6acb Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 30 Apr 2018 08:53:52 +0100 Subject: [PATCH] docs: add lead-maintainer --- README.md | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d4dc0267..2796790c 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ js-multihash This is the [multihash](//github.com/multiformats/multihash) implementation in Node. +## Lead Maintainer + +[David Dias](http://github.com/diasdavid/) + ## Table of Contents - [Install](#install) @@ -24,7 +28,6 @@ This is the [multihash](//github.com/multiformats/multihash) implementation in N - [Gotchas](#gotchas) - [Usage](#usage) - [API](#api) -- [Maintainers](#maintainers) - [Contribute](#contribute) - [License](#license) @@ -79,10 +82,6 @@ You will need to use Node.js `Buffer` API compatible, if you are running inside https://multiformats.github.io/js-multihash/ -## Maintainers - -Captain: [@diasdavid](https://github.com/diasdavid). - ## Contribute Contributions welcome. Please check out [the issues](https://github.com/multiformats/js-multihash/issues). diff --git a/package.json b/package.json index ed8cb184..3a1760b7 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "multihashes", "version": "0.4.13", "description": "multihash implementation", + "lead-maintainer": "David Dias ", "main": "src/index.js", "scripts": { "lint": "aegir lint", @@ -32,7 +33,6 @@ "keywords": [ "multihash" ], - "author": "Juan Benet (http://juan.benet.ai/)", "license": "MIT", "bugs": { "url": "https://github.com/multiformats/js-multihash/issues"