From 7cb82468eed9ce8e2f014a6e5a1c03e271d46c9e Mon Sep 17 00:00:00 2001 From: lianahus Date: Fri, 26 Aug 2022 19:06:15 +0200 Subject: [PATCH] updating profile of remixd --- apps/remix-ide/src/app/plugins/remixd-handle.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/remix-ide/src/app/plugins/remixd-handle.tsx b/apps/remix-ide/src/app/plugins/remixd-handle.tsx index da3b2506b9..f9b35c7551 100644 --- a/apps/remix-ide/src/app/plugins/remixd-handle.tsx +++ b/apps/remix-ide/src/app/plugins/remixd-handle.tsx @@ -18,7 +18,11 @@ const profile = { events: [], description: 'Using Remixd daemon, allow to access file system', kind: 'other', - version: packageJson.version + version: packageJson.version, + repo: "https://github.com/ethereum/remixd", + maintainedBy: "Remix", + documentation: "https://remix-ide.readthedocs.io/en/latest/remixd.html", + authorContact: "" } enum State {