Skip to content

Commit 9355fd8

Browse files
authored
Merge pull request #23 from ipfs/add-lead-maintainer
chore: add lead maintainer
2 parents 932b804 + dca55ab commit 9355fd8

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 unixfs spec can be found inside the ipfs/specs repository](http://github.com/ipfs/specs)
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-unixfs",
33
"version": "0.1.14",
44
"description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)",
5+
"leadMaintainer": "Alex Potsides <[email protected]>",
56
"main": "src/index.js",
67
"browser": {
78
"fs": false
@@ -24,7 +25,6 @@
2425
"keywords": [
2526
"IPFS"
2627
],
27-
"author": "David Dias <[email protected]>",
2828
"license": "MIT",
2929
"bugs": {
3030
"url": "https://github.com/ipfs/js-ipfs-unixfs/issues"

0 commit comments

Comments
 (0)