Skip to content

Commit 26a7b05

Browse files
committed
Fix info in JSON
1 parent f341ed7 commit 26a7b05

File tree

1 file changed

+56
-42
lines changed

1 file changed

+56
-42
lines changed

funding.json

Lines changed: 56 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -8,49 +8,63 @@
88
"phone": "",
99
"description": "A web framework for building browsed based 3D, VR and AR experiences.",
1010
"webpageUrl": {
11-
"url": "https://aframe.io/",
12-
"wellKnown": ""
11+
"url": "https://github.com/aframevr/aframe"
1312
}
1413
},
15-
"projects": [{
16-
"guid": "a-frame",
17-
"name": "A-Frame",
18-
"description": "A web framework for building browsed based 3D, VR and AR experiences",
19-
"webpageUrl": {
20-
"url": "https://aframe.io/",
21-
"wellKnown": ""
22-
},
23-
"repositoryUrl": {
24-
"url": "https://github.com/aframevr/aframe",
25-
"wellKnown": ""
26-
},
27-
"licenses": ["MIT"],
28-
"tags": ["virtualreality", "gamedev", "augmentedreality", "creativecoding", "html", "webxr"]
29-
}],
14+
"projects": [
15+
{
16+
"guid": "a-frame",
17+
"name": "A-Frame",
18+
"description": "A web framework for building browsed based 3D, VR and AR experiences",
19+
"webpageUrl": {
20+
"url": "https://github.com/aframevr/aframe"
21+
},
22+
"repositoryUrl": {
23+
"url": "https://github.com/aframevr/aframe"
24+
},
25+
"licenses": [
26+
"MIT"
27+
],
28+
"tags": [
29+
"virtualreality",
30+
"gamedev",
31+
"augmentedreality",
32+
"creativecoding",
33+
"html",
34+
"webxr"
35+
]
36+
}
37+
],
3038
"funding": {
31-
"channels": [{
32-
"guid": "dmarcos",
33-
"type": "Github Sponsorships",
34-
"address": "",
35-
"description": ""
36-
}],
37-
"plans": [{
38-
"guid": "dmarcos",
39-
"status": "Github Sponsorships",
40-
"name": "Community contributions",
41-
"description": "",
42-
"amount": 0,
43-
"currency": "",
44-
"frequency": "",
45-
"channels": []
46-
}],
47-
"history": [{
48-
"year": 2024,
49-
"income": 0,
50-
"expenses": 0,
51-
"taxes": 0,
52-
"currency": "USD",
53-
"description": "Github Sponsorhips"
54-
}]
39+
"channels": [
40+
{
41+
"guid": "dmarcos",
42+
"type": "payment-provider",
43+
"address": "",
44+
"description": "Github Sponsorships"
45+
}
46+
],
47+
"plans": [
48+
{
49+
"guid": "dmarcos",
50+
"status": "active",
51+
"name": "Community contributions",
52+
"description": "",
53+
"amount": 0,
54+
"currency": "USD",
55+
"frequency": "monthly",
56+
"channels": []
57+
}
58+
],
59+
"history": [
60+
{
61+
"year": 2024,
62+
"income": 0,
63+
"expenses": 0,
64+
"taxes": 0,
65+
"currency": "USD",
66+
"description": "Github Sponsorhips"
67+
}
68+
]
5569
}
56-
}
70+
}

0 commit comments

Comments
 (0)