From c843b642b1fd6a6d55e85df3960b1160c7d80ec7 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Tue, 5 Feb 2019 15:27:58 +0000 Subject: [PATCH] docs: create maintainer.json In preparation for https://github.com/ipfs/team-mgmt/pull/822 --- maintainer.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 maintainer.json diff --git a/maintainer.json b/maintainer.json new file mode 100644 index 0000000000..7fc0aa142b --- /dev/null +++ b/maintainer.json @@ -0,0 +1,11 @@ +{ + "repoLeadMaintainer": { + "name": "Alan Shaw", + "email": "alan.shaw@protocol.ai", + "username": "alanshaw" + }, + "workingGroup": { + "name": "JS IPFS", + "entryPoint": "https://github.com/ipfs/js-core" + } +}