diff --git a/static/contact.html b/static/contact.html
index ae33b755..1be2c04e 100644
--- a/static/contact.html
+++ b/static/contact.html
@@ -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"
+ ]
+ }
}