diff --git a/README.md b/README.md index 97c62d8..13a9949 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ Publishing a test suite as a module lets multiple modules all ensure compatibili The API is presented with both Node.js and Go primitives, however, there is not actual limitations for it to be extended for any other language, pushing forward the cross compatibility and interop through diferent stacks. +## Lead Maintainer + +[Vasco Santos](https://github.com/vasco-santos). + # Modules that implement the interface - [JavaScript libp2p-kad-dht](https://github.com/libp2p/js-libp2p-kad-dht) diff --git a/package.json b/package.json index e5c34a4..0ff2db9 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "interface-content-routing", "version": "0.0.0", "description": "A test suite and interface you can use to implement a Content Routing for libp2p.", + "leadMaintainer": "Vasco Santos ", "repository": { "type": "git", "url": "https://github.com/libp2p/interface-content-routing.git"