From 0b729621db905e7eb1fc8d30eadca391dae771f1 Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Fri, 27 Jul 2018 15:59:52 +0200 Subject: [PATCH] chore: update lead maintainer --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb247c96..1b056544 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ We've come a long way, but this project is still in Alpha, lots of development i ## Lead Maintainer -[David Dias](https://github.com/diasdavid/) +[Jacob Heun](https://github.com/jacobheun/) ## Table of Contents diff --git a/package.json b/package.json index 2edfc4c4..798d2e82 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "libp2p", "version": "0.23.0", "description": "JavaScript base class for libp2p bundles", - "leadMaintainer": "David Dias ", + "leadMaintainer": "Jacob Heun ", "main": "src/index.js", "scripts": { "lint": "aegir lint",