founders -> founder in organization metadata

The founders property was replaced with founder as part of the overall
replacement of plural property names with singular, even when they can
optionally take multiple values.

This also drops the array since there's only a single value.
This commit is contained in:
Daniel Micay 2020-10-25 07:14:27 -04:00
parent a7b7885f55
commit 09b82895e0

View File

@ -139,18 +139,16 @@
"https://github.com/GrapheneOS",
"https://reddit.com/u/GrapheneOS"
],
"founders": [
{
"@type": "Person",
"name": "Daniel Micay",
"email": "daniel.micay@grapheneos.org",
"sameAs": [
"https://twitter.com/DanielMicay",
"https://github.com/thestinger",
"https://reddit.com/u/DanielMicay"
]
}
]
"founder": {
"@type": "Person",
"name": "Daniel Micay",
"email": "daniel.micay@grapheneos.org",
"sameAs": [
"https://twitter.com/DanielMicay",
"https://github.com/thestinger",
"https://reddit.com/u/DanielMicay"
]
}
}
</script>
</body>