From 09254c809e89bbfc34828355dc5be668e8810ac6 Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Tue, 7 Jan 2025 15:04:13 -0500 Subject: [PATCH] Update Editors list base on contributor stats. Based on https://github.com/w3c/vc-bitstring-status-list-test-suite/graphs/contributors --- respecConfig.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/respecConfig.json b/respecConfig.json index ad471e6..d7572f1 100644 --- a/respecConfig.json +++ b/respecConfig.json @@ -8,11 +8,13 @@ "doJsonLd": true, "includePermalinks": false, "authors": [ + { "name": "Tashi D. Gyeltshen", "url": "https://github.com/jsAssassin", + "company": "Digital Bazaar, Inc.", "companyURL": "https://digitalbazaar.com/" }, { "name": "Patrick St. Louis", "url": "https://github.com/PatStLouis", "company": "OpSecId", "companyURL": "https://github.com/OpSecId" }, - { "name": "Tashi D. Gyeltshen", "url": "https://github.com/jsAssassin", - "company": "Digital Bazaar", "companyURL": "http://digitalbazaar.com/" }, - { "name": "Manu Sporny", "url": "http://manu.sporny.org/", - "company": "Digital Bazaar", "companyURL": "http://digitalbazaar.com/" } + { "name": "Benjamin Young", "url": "https://github.com/BigBlueHat", + "company": "Digital Bazaar, Inc.", "companyURL": "https://digitalbazaar.com/" }, + { "name": "Andrew Jones", "url": "https://github.com/aljones15", + "company": "Digital Bazaar, Inc.", "companyURL": "https://digitalbazaar.com/" } ] }