diff options
author | Dave Pagurek | 2022-10-24 23:48:37 +0000 |
---|---|---|
committer | GitHub | 2022-10-24 23:48:37 +0000 |
commit | e6159bfe24516a077157972634a785953e45650f (patch) | |
tree | 952c092b7bae1c61648cf85239719fbbfe75697a | |
parent | f0d92900c728ee449da33a7b26c4ce0b46703a03 (diff) |
Fix my broken JSON
-rw-r--r-- | people.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/people.json b/people.json index 2eb74c0..8a8968a 100644 --- a/people.json +++ b/people.json @@ -296,7 +296,7 @@ { "name": "css", "link": "./entries/davepagurek/index.html" - }, + } ] } ] |