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

Commit 9ef7e8c

Browse files
vmxdaviddias
authored andcommitted
chore: add module Lead Maintainer
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 Closes #77.
1 parent ff28348 commit 9ef7e8c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
└─────────┘ └───────┘
2828
```
2929

30+
## Lead Maintainer
31+
32+
[Volker Mische](https://github.com/vmx)
33+
3034
## Table of Contents
3135

3236
- [Install](#install)

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "ipfs-block-service",
33
"version": "0.14.0",
44
"description": "JavaScript Implementation of BlockService",
5+
"leadMaintainer": "Volker Mische <volker.mische@gmail.com>",
56
"main": "src/index.js",
67
"scripts": {
78
"lint": "aegir lint",
@@ -27,10 +28,6 @@
2728
"keywords": [
2829
"IPFS"
2930
],
30-
"authors": [
31-
"David Dias <daviddias@ipfs.io>",
32-
"Vijayee Kulkaa <vijayee.kulkaa@hushmail.com"
33-
],
3431
"license": "MIT",
3532
"bugs": {
3633
"url": "https://github.com/ipfs/js-ipfs-block-service/issues"

0 commit comments

Comments
 (0)