From 1a6f1ae241acb116146545dab428ace2256a3f10 Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Fri, 25 Jan 2019 14:30:49 +0100 Subject: [PATCH] chore: make @jacobheun the lead maintainer --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a10c459a..1c3a61a5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ js-multiaddr ## Lead Maintainer -[Victor Bjelkholm](https://github.com/VictorBjelkholm) +[Jacob Heun](https://github.com/jacobheun) ## Table of Contents diff --git a/package.json b/package.json index 1102896f..482ded92 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "multiaddr", "version": "6.0.4", "description": "multiaddr implementation (binary + string representation of network addresses)", - "leadMaintainer": "Victor Bjelkholm ", + "leadMaintainer": "Jacob Heun ", "main": "src/index.js", "scripts": { "lint": "aegir lint",