From 7ad1c02ac344ff526e83f22c43449fbc0acfd5ad Mon Sep 17 00:00:00 2001 From: achingbrain Date: Wed, 9 May 2018 12:08:42 +0100 Subject: [PATCH] chore: add lead maintainer License: MIT Signed-off-by: achingbrain --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a9ebd0f..24af702c 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ IPFS unixFS Engine > JavaScript implementation of the layout and chunking mechanisms used by IPFS to handle Files +## Lead Maintainer + +[Alex Potsides](https://github.com/achingbrain) + ## Table of Contents - [Install](#install) diff --git a/package.json b/package.json index 381b1d3a..5feeec90 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "ipfs-unixfs-engine", "version": "0.29.0", "description": "JavaScript implementation of the unixfs Engine used by IPFS", + "leadMaintainer": "Alex Potsides ", "main": "src/index.js", "browser": { "fs": false @@ -29,7 +30,6 @@ "keywords": [ "IPFS" ], - "author": "David Dias ", "license": "MIT", "bugs": { "url": "https://github.com/ipfs/js-ipfs-unixfs-engine/issues"