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

Commit 4d7bcf8

Browse files
committed
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
1 parent 1d2ba69 commit 4d7bcf8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212

1313
> [CID](https://github.com/ipld/cid) implementation in JavaScript.
1414
15+
## Lead Maintainer
16+
17+
[Volker Mische](https://github.com/vmx)
18+
1519
## Table of Contents
1620

1721
- [Install](#install)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "cids",
33
"version": "0.5.3",
44
"description": "CID Implementation in JavaScript",
5+
"leadMaintainer": "Volker Mische <volker.mische@gmail.com>",
56
"main": "src/index.js",
67
"scripts": {
78
"lint": "aegir lint",
@@ -29,7 +30,6 @@
2930
"cid",
3031
"ipld"
3132
],
32-
"author": "Friedel Ziegelmayer <dignifiedquire@gmail.com>",
3333
"license": "MIT",
3434
"bugs": {
3535
"url": "https://github.com/ipld/js-cid/issues"

0 commit comments

Comments
 (0)