From d16bd5ae4948bdbccea605859b816ddcfc483b59 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 8 Jun 2018 21:29:51 +0200 Subject: [PATCH] chore: add maintainer info --- README.md | 4 ++++ package.json | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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",