diff --git a/README.md b/README.md index 4f4bbe9..b4cd229 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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) @@ -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)! diff --git a/package.json b/package.json index fc53992..1d4b45b 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "ipld-zcash", "version": "0.1.3", "description": "JavaScript implementation of Zcash IPLD formats", + "leadMaintainer": "Volker Mische ", "main": "src/index.js", "scripts": { "test": "aegir test", @@ -26,7 +27,6 @@ "keywords": [ "IPFS" ], - "author": "vmx", "license": "MIT", "bugs": { "url": "https://github.com/ipld/js-ipld-zcash/issues"