Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
chore: update lead maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobheun authored and Jacob Heun committed Jun 26, 2018
1 parent 7e2b894 commit 7ca0a5d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@

> libp2p-webrtc-star without webrtc. Just WebSockets with a relay point in the middle.
## Lead Maintainer

[Jacob Heun](https://github.com/jacobheun)

## Description

`libp2p-websocket-star` is one of the multiple transports available for libp2p. `libp2p-websocket-star` incorporates both a transport and a discovery service that is facilitated by the rendezvous server, also available in this repo and 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-websocket-star",
"version": "0.8.1",
"description": "libp2p-webrtc-star without webrtc. Just plain socket.io.",
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
"main": "src/index.js",
"scripts": {
"lint": "aegir lint",
Expand All @@ -23,7 +24,6 @@
"transport",
"websocket"
],
"author": "Maciej Krüger <mkg20001@gmail.com>",
"license": "MIT",
"dependencies": {
"async": "^2.6.1",
Expand Down

0 comments on commit 7ca0a5d

Please sign in to comment.