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

chore: add module Lead Maintainer #8

Merged
merged 1 commit into from
May 7, 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 @@ -14,6 +14,10 @@

> JavaScript implementation of the [IPLD format spec](https://github.com/ipld/interface-ipld-format) for Zcash blocks.

## Lead Maintainer

[Volker Mische](https://github.com/vmx)

## Table of Contents

- [Install](#install)
Expand All @@ -22,7 +26,6 @@
- [Use in a browser with browserify, webpack or any other bundler](#use-in-a-browser-with-browserify-webpack-or-any-other-bundler)
- [Use in a browser Using a script tag](#use-in-a-browser-using-a-script-tag)
- [Usage](#usage)
- [Maintainers](#maintainers)
- [Contribute](#contribute)
- [License](#license)

Expand Down Expand Up @@ -76,10 +79,6 @@ IpldZcash.util.deserialize(zcashBlock, (err, dagNode) => {
})
```

## Maintainers

[@vmx](https://github.com/vmx)

## Contribute

Feel free to join in. All welcome. Open an [issue](https://github.com/ipld/js-ipld-zcash/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": "ipld-zcash",
"version": "0.1.3",
"description": "JavaScript implementation of Zcash IPLD formats",
"leadMaintainer": "Volker Mische <[email protected]>",
"main": "src/index.js",
"scripts": {
"test": "aegir test",
Expand All @@ -26,7 +27,6 @@
"keywords": [
"IPFS"
],
"author": "vmx",
"license": "MIT",
"bugs": {
"url": "https://github.com/ipld/js-ipld-zcash/issues"
Expand Down