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"