Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #51 from multiformats/lead-maintainer
Browse files Browse the repository at this point in the history
Add lead-maintainer
  • Loading branch information
victorb authored Apr 30, 2018
2 parents 96576b9 + 33da796 commit d612957
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)

Expand Down Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "multihashes",
"version": "0.4.13",
"description": "multihash implementation",
"lead-maintainer": "David Dias <[email protected]>",
"main": "src/index.js",
"scripts": {
"lint": "aegir lint",
Expand Down Expand Up @@ -32,7 +33,6 @@
"keywords": [
"multihash"
],
"author": "Juan Benet <[email protected]> (http://juan.benet.ai/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/multiformats/js-multihash/issues"
Expand Down

0 comments on commit d612957

Please sign in to comment.