all repos — home @ 10979227d90172a42ee49c5701bb7b900383b87b

Fix typo in JSON
Tim Izzo tim@octree.ch
Fri, 25 Nov 2022 16:56:13 +0100
commit

10979227d90172a42ee49c5701bb7b900383b87b

parent

c0ac8beb651bcda47d54f58d732fe4a30a1fb796

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M src/index.jsonsrc/index.json

@@ -2,10 +2,9 @@ {

"@context": "http://schema.org/", "@type": "Person", "@id": "https://5ika.ch", - "type": "Person", "name": "Tim Izzo", "email": "tim@5ika.ch", - "giventName": "Timothy", + "givenName": "Timothy", "familyName": "Izzo", "alternateName": "5ika", "jobTitle": "IT Engineer",