diff --git a/README.md b/README.md index 56ac6cbb6..80d21ed74 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ > Browser extension that simplifies access to IPFS resources +## Lead Maintainer + +[Marcin Rataj](https://github.com/lidel) + ## Table of Contents - [Background](#background) diff --git a/package.json b/package.json index 927997aae..295a2d209 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { "name": "ipfs-companion", - "homepage": "https://addons.mozilla.org/en-US/firefox/addon/ipfs-companion/", + "homepage": "https://github.com/ipfs-shipyard/ipfs-companion", "license": "CC0-1.0", + "leadMaintainer": "Marcin Rataj ", "repository": { "type": "git", - "url": "https://github.com/ipfs/ipfs-companion.git" + "url": "https://github.com/ipfs-shipyard/ipfs-companion.git" }, "scripts": { "start": "run-s clean build test firefox",