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

Commit fc5c478

Browse files
authored
Merge pull request #2 from ipfs/add-lead-maintainer
chore: add lead maintainer
2 parents f928cd4 + afc42e9 commit fc5c478

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
@@ -15,6 +15,10 @@
1515
1616
[The MFS spec can be found inside the ipfs/specs repository](https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/FILES.md#mutable-file-system)
1717

18+
## Lead Maintainer
19+
20+
[Alex Potsides](https://github.com/achingbrain)
21+
1822
## Table of Contents
1923

2024
- [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-mfs",
33
"version": "0.0.1",
44
"description": "JavaScript implementation of the IPFS Mutable File System",
5+
"leadMaintainer": "Alex Potsides <[email protected]>",
56
"main": "src/index.js",
67
"browser": {
78
"fs": false
@@ -25,7 +26,6 @@
2526
"keywords": [
2627
"IPFS"
2728
],
28-
"author": "Alex Potsides <[email protected]>",
2929
"license": "MIT",
3030
"bugs": {
3131
"url": "https://github.com/ipfs/js-ipfs-mfs/issues"

0 commit comments

Comments
 (0)