Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
chore: add module Lead Maintainer
Browse files Browse the repository at this point in the history
The Guidelines for the InterPlanetary JavaScript Projects [1] specify
that there is one Lead Maintainer for every module. This commit add
that information to the repository.

[1]: https://github.com/ipfs/community/blob/master/js-code-guidelines.md
  • Loading branch information
vmx committed May 2, 2018
1 parent 3805fc1 commit 1a0b7ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Expand Up @@ -14,6 +14,10 @@

> JavaScript implementation of the [IPLD format spec](https://github.com/ipld/interface-ipld-format) for Bitcoin 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 @@ IpldBitcoin.util.deserialize(bitcoinBlock, (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-bitcoin/issues)!
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,6 +2,7 @@
"name": "ipld-bitcoin",
"version": "0.1.5",
"description": "JavaScript implementation of Bitcoin IPLD formats",
"leadMaintainer": "Volker Mische <volker.mische@gmail.com>",
"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-bitcoin/issues"
Expand Down

0 comments on commit 1a0b7ea

Please sign in to comment.