From 10fb3ac283b7f3adfcd31de618a20636ecb78134 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Tue, 5 Feb 2019 15:32:00 +0000 Subject: [PATCH] docs: add maintainer.json In preparation for https://github.com/ipfs/team-mgmt/pull/822 License: MIT Signed-off-by: Alan Shaw --- 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 000000000..7fc0aa142 --- /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" + } +}