Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

docs: add lead-maintainer #149

Merged
merged 1 commit into from
Jun 26, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@

> libp2p WebRTC transport that includes a discovery mechanism provided by the signalling-star
## Lead Maintainer

[Vasco Santos](https://github.com/vasco-santos).

## Description

`libp2p-webrtc-star` is one of the WebRTC transports available for libp2p. `libp2p-webrtc-star` incorporates both a transport and a discovery service that is facilitated by the signalling server, also part of this module.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "libp2p-webrtc-star",
"version": "0.15.3",
"description": "libp2p WebRTC transport that includes a discovery mechanism provided by the signalling-star",
"leadMaintainer": "Vasco Santos <[email protected]>",
"main": "src/index.js",
"bin": {
"webrtc-star": "src/sig-server/bin.js",
Expand Down Expand Up @@ -39,7 +40,6 @@
"IPFS",
"libp2p"
],
"author": "David Dias <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/libp2p/js-libp2p-webrtc-star/issues"
Expand Down