Skip to content

Commit b9e8e21

Browse files
committed
metadata: fix 'dict' author fields
1 parent 21d2525 commit b9e8e21

File tree

6 files changed

+64
-25
lines changed

6 files changed

+64
-25
lines changed

entries/kurolink78__the-children/game.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,16 @@
1616
"playable": true
1717
}
1818
],
19-
"developer": {
20-
"Kurolink78": "https://kurolink78.itch.io",
21-
"SubterraneanExhibit": "https://subterraneanexhibit.itch.io"
22-
},
19+
"developer": [
20+
{
21+
"name": "Kurolink78",
22+
"link": "https://kurolink78.itch.io"
23+
},
24+
{
25+
"name": "SubterraneanExhibit",
26+
"link": "https://subterraneanexhibit.itch.io"
27+
}
28+
],
2329
"title": "The Children",
2430
"date": "2023-09-15",
2531
"website": "https://kurolink78.itch.io/the-children",

entries/orbistertius__petrophobia/game.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,16 @@
1818
"playable": true
1919
}
2020
],
21-
"developer": {
22-
"Orbis Tertius Games": "https://orbistertius.itch.io",
23-
"lunafromthemoon": "https://lunafromthemoon.itch.io"
24-
},
21+
"developer": [
22+
{
23+
"name": "Orbis Tertius Games",
24+
"link": "https://orbistertius.itch.io"
25+
},
26+
{
27+
"name": "lunafromthemoon",
28+
"link": "https://lunafromthemoon.itch.io"
29+
}
30+
],
2531
"title": "Petrophobia",
2632
"date": "2023-09-15",
2733
"website": "https://orbistertius.itch.io/petrophobia",

entries/pearacidic__monster-orc-arina-a-game-boy-tool/game.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,16 @@
1414
"playable": true
1515
}
1616
],
17-
"developer": {
18-
"Pearacidic": "https://pearacidic.itch.io",
19-
"beatscribe": "https://beatscribe.itch.io"
20-
},
17+
"developer": [
18+
{
19+
"name": "Pearacidic",
20+
"link": "https://pearacidic.itch.io"
21+
},
22+
{
23+
"name": "beatscribe",
24+
"link": "https://beatscribe.itch.io"
25+
}
26+
],
2127
"title": "Monster Orc-arina",
2228
"date": "2023-09-15",
2329
"website": "https://pearacidic.itch.io/monster-orc-arina-a-game-boy-tool",

entries/retroreflector__banished/game.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,16 @@
1919
"playable": true
2020
}
2121
],
22-
"developer": {
23-
"RetroReflector": "https://retroreflector.itch.io",
24-
"Bownly": "https://bownly.itch.io"
25-
},
22+
"developer": [
23+
{
24+
"name": "RetroReflector",
25+
"link": "https://retroreflector.itch.io"
26+
},
27+
{
28+
"name": "Bownly",
29+
"link": "https://bownly.itch.io"
30+
}
31+
],
2632
"title": "Banished",
2733
"date": "2023-09-15",
2834
"website": "https://retroreflector.itch.io/banished",

entries/wrong-way-games__sacred-meat/game.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,16 @@
1717
"playable": true
1818
}
1919
],
20-
"developer": {
21-
"Wrong Way Games": "https://wrong-way-games.itch.io",
22-
"Cool Bug Games": "https://cool-bug-games.itch.io"
23-
},
20+
"developer": [
21+
{
22+
"name": "Wrong Way Games",
23+
"link": "https://wrong-way-games.itch.io"
24+
},
25+
{
26+
"name": "Cool Bug Games",
27+
"link": "https://cool-bug-games.itch.io"
28+
}
29+
],
2430
"title": "Sacred Meat",
2531
"date": "2023-09-15",
2632
"website": "https://wrong-way-games.itch.io/sacred-meat",

entries/zakari-games__frontiers-of-the-fallen/game.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,20 @@
2626
"playable": true
2727
}
2828
],
29-
"developer": {
30-
"Zakari Games": "https://zakari-games.itch.io",
31-
"systemeffect": "https://systemeffect.itch.io",
32-
"frequency.data": "https://frequencydata.itch.io"
33-
},
29+
"developer": [
30+
{
31+
"name": "Zakari Games",
32+
"link": "https://zakari-games.itch.io"
33+
},
34+
{
35+
"name": "systemeffect",
36+
"link": "https://systemeffect.itch.io"
37+
},
38+
{
39+
"name": "frequency.data",
40+
"link": "https://frequencydata.itch.io"
41+
}
42+
],
3443
"title": "Frontiers of the Fallen",
3544
"date": "2023-09-15",
3645
"website": "https://zakari-games.itch.io/frontiers-of-the-fallen",

0 commit comments

Comments
 (0)