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

Add lead-maintainer #51

Merged
merged 1 commit into from
Apr 30, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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