From d59b8a9134dcde1a146a8bb5074474ee462642b9 Mon Sep 17 00:00:00 2001 From: Dominique Hazael-Massieux Date: Mon, 19 Apr 2021 08:31:19 +0200 Subject: [PATCH] Mark Secure Payment Confirmation as to be monitored close #277 --- src/data/monitor.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/data/monitor.json b/src/data/monitor.json index dea68c53..d7a077ef 100644 --- a/src/data/monitor.json +++ b/src/data/monitor.json @@ -1,5 +1,9 @@ { "repos": { + "w3c/secure-payment-confirmation": { + "comment": "stub spec only", + "lastreviewed": "2021-04-19" + }, "w3c/PFE": { "comment": "stub spec only", "lastreviewed": "2021-03-01" @@ -375,4 +379,4 @@ "lastreviewed": "2021-03-05" } } -} \ No newline at end of file +}