From 09524f7eff452bf135c22aad7e028bf304e75614 Mon Sep 17 00:00:00 2001 From: Patrick Jaberg Date: Wed, 17 Jul 2024 16:45:02 -0500 Subject: [PATCH] Add did:web entry for Participate Per guidance from @kayaelle and @jchartrand -- thanks! --- registry.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/registry.json b/registry.json index f1f68ae..cb62514 100644 --- a/registry.json +++ b/registry.json @@ -1,7 +1,7 @@ { "meta": { "created": "2020-12-02T02:32:16+0000", - "updated": "2022-05-25T12:40:00+0000" + "updated": "2022-07-17T21:42:56+0000" }, "registry": { "did:key:z6Mktpn6cXks1PBKLMgZH2VaahvCtBMF6K8eCa7HzrnuYLZv": { @@ -86,6 +86,11 @@ "name": "Trusted Learner Network (TLN) Unconference Issuer", "location": "Tempe, AZ, USA", "url": "https://tln.asu.edu/" + }, + "did:web:participate.community": { + "name": "Participate, Inc", + "location": "Chapel Hill, NC, USA", + "url": "https://www.participate.com" } } }