From 9c1edb7b899b39d66025cab162e9c906899d18c8 Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Thu, 25 Sep 2025 20:52:54 +1000 Subject: [PATCH 1/2] Add Kagami as Editor And retire Peter and myself, who really should have retired long ago. There from the beginning, but time to hand over to a new set of custodians. The work is in good hands. --- index.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 25d79c9..3399a4f 100644 --- a/index.html +++ b/index.html @@ -17,13 +17,15 @@ name: "Peter Beverloo", company: "Google", companyURL: "https://www.google.com/", - w3cid: "44819" + w3cid: "44819", + retiredDate: "2025-09-25" }, { name: "Martin Thomson", company: "Mozilla Foundation", companyURL: "https://www.mozilla.org/", - w3cid: "68503" + w3cid: "68503", + retiredDate: "2025-09-25" }, { name: "Marcos Caceres", @@ -48,6 +50,12 @@ company: "Google", companyURL: "https://www.google.com/", retiredDate: "2016-11-08", + }, + { + name: "Kagami Rosylight", + company: "Mozilla Foundation", + companyURL: "https://www.mozilla.org/", + w3cid: "107856" } ], group: "webapps", From 512c73b1d06c056bdca04e5daeb99ff24c408be9 Mon Sep 17 00:00:00 2001 From: Martin Thomson Date: Thu, 25 Sep 2025 20:57:05 +1000 Subject: [PATCH 2/2] Add CODEOWNERS file to match editors --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..72a5da1 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @marcoscaceres @saschanaz