From d3923daa438244f676d60a2dca91f901df90597a Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Mon, 29 Oct 2018 18:24:06 +0000 Subject: [PATCH] docs: add lead-maintainer --- README.md | 5 +++++ package.json | 1 + 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 4270ebc..1443992 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,9 @@ A javascript implementation of the rendezvous protocol for libp2p + +## Lead Maintainer + +[Vasco Santos](https://github.com/vasco-santos). + See https://github.com/libp2p/specs/pull/44 for more details diff --git a/package.json b/package.json index bf9f5cf..8e3af76 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "libp2p-rendezvous", "version": "0.0.0", "description": "A javascript implementation of the rendezvous protocol for libp2p", + "leadMaintainer": "Vasco Santos ", "main": "index.js", "scripts": { "test": "aegir test"