Skip to content

Commit 197a358

Browse files
authored
Drop digital-identities entry, now digital-credentials (#1501)
The digital-credentials repo was added to the monitor list back in January (#1174). The digital-identities spec was added shortly afterwards (#1204), but was using a different repository at the time. Then digital-identities became digital-credentials, but we missed that. Instead we recently reviewed the list of monitored specs and decided to add digital-credentials (#1477). That means we have twice the same spec in the list. This update drops the digital-identities entry and adds the name as a former name of digital-credentials, since that's the name under which the spec is now progressing.
1 parent b77ffe1 commit 197a358

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

specs.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -669,9 +669,13 @@
669669
},
670670
"https://wicg.github.io/datacue/",
671671
"https://wicg.github.io/deprecation-reporting/",
672-
"https://wicg.github.io/digital-credentials/",
672+
{
673+
"url": "https://wicg.github.io/digital-credentials/",
674+
"formerNames": [
675+
"digital-identities"
676+
]
677+
},
673678
"https://wicg.github.io/digital-goods/",
674-
"https://wicg.github.io/digital-identities/",
675679
"https://wicg.github.io/direct-sockets/",
676680
"https://wicg.github.io/document-picture-in-picture/",
677681
"https://wicg.github.io/document-policy/",

0 commit comments

Comments
 (0)