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

Commit bfec562

Browse files
authored
Merge pull request #212 from ipfs/add-lead-maintainer
chore: add lead maintainer
2 parents 91e182b + 7ad1c02 commit bfec562

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
@@ -14,6 +14,10 @@ IPFS unixFS Engine
1414

1515
> JavaScript implementation of the layout and chunking mechanisms used by IPFS to handle Files
1616
17+
## Lead Maintainer
18+
19+
[Alex Potsides](https://github.com/achingbrain)
20+
1721
## Table of Contents
1822

1923
- [Install](#install)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "ipfs-unixfs-engine",
33
"version": "0.29.0",
44
"description": "JavaScript implementation of the unixfs Engine used by IPFS",
5+
"leadMaintainer": "Alex Potsides <alex.potsides@protocol.ai>",
56
"main": "src/index.js",
67
"browser": {
78
"fs": false
@@ -29,7 +30,6 @@
2930
"keywords": [
3031
"IPFS"
3132
],
32-
"author": "David Dias <daviddias@ipfs.io>",
3333
"license": "MIT",
3434
"bugs": {
3535
"url": "https://github.com/ipfs/js-ipfs-unixfs-engine/issues"

0 commit comments

Comments
 (0)