Skip to content

Commit 1bb37a9

Browse files
authored
Update funding.json
few fixes in the funding.json
1 parent 17fbad0 commit 1bb37a9

File tree

1 file changed

+28
-9
lines changed

1 file changed

+28
-9
lines changed

funding.json

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "v1.0.0",
33
"entity": {
4-
"type": "non-profit",
4+
"type": "organisation",
55
"role": "owner",
66
"name": "Open Science Labs",
77
"email": "[email protected]",
@@ -21,7 +21,10 @@
2121
"url": "https://astx.arxlang.org",
2222
"wellKnown": "https://astx.arxlang.org"
2323
},
24-
"repositoryUrl": "https://github.com/osl-incubator/sugar"
24+
"repositoryUrl": {
25+
"url": "https://github.com/arxlang/astx",
26+
"wellKnown": "https://github.com/arxlang/astx"
27+
}
2528
},
2629

2730
{
@@ -32,7 +35,11 @@
3235
"url": "https://osl-incubator.github.io/sugar",
3336
"wellKnown": "https://osl-incubator.github.io/sugar"
3437
},
35-
"repositoryUrl": "https://github.com/osl-incubator/sugar"
38+
"repositoryUrl": {
39+
"url": "https://github.com/osl-incubator/sugar",
40+
"wellKnown": "https://github.com/osl-incubator/sugar"
41+
}
42+
3643
},
3744

3845
{
@@ -43,7 +50,11 @@
4350
"url": "https://osl-incubator.github.io/makim",
4451
"wellKnown": "https://osl-incubator.github.io/makim"
4552
},
46-
"repositoryUrl": "https://github.com/osl-incubator/makim"
53+
"repositoryUrl": {
54+
"url": "https://github.com/osl-incubator/makim",
55+
"wellKnown": "https://github.com/osl-incubator/makim"
56+
}
57+
4758
},
4859

4960
{
@@ -54,7 +65,11 @@
5465
"url": "https://osl-incubator.github.io/scicookie",
5566
"wellKnown": "https://osl-incubator.github.io/scicookie"
5667
},
57-
"repositoryUrl": "https://github.com/osl-incubator/scicookie"
68+
"repositoryUrl": {
69+
"url": "https://github.com/osl-incubator/scicookie",
70+
"wellKnown": "https://github.com/osl-incubator/scicookie"
71+
}
72+
5873
},
5974

6075
{
@@ -65,7 +80,11 @@
6580
"url": "https://osl-incubator.github.io/artbox",
6681
"wellKnown": "https://osl-incubator.github.io/artbox"
6782
},
68-
"repositoryUrl": "https://github.com/osl-incubator/artbox"
83+
"repositoryUrl": {
84+
"url": "https://github.com/osl-incubator/artbox",
85+
"wellKnown": "https://github.com/osl-incubator/artbox"
86+
}
87+
6988
}
7089
],
7190

@@ -84,7 +103,7 @@
84103
"status": "active",
85104
"name": "hosting suppport",
86105
"description": "This will cover the cost of proposed server hosting for OSL projects.",
87-
"amount": "0",
106+
"amount": 0,
88107
"currency": "USD",
89108
"frequency": "monthly",
90109
"channels": ["opencollective"]
@@ -94,7 +113,7 @@
94113
"status": "active",
95114
"name": "developer-support",
96115
"description": "This will cover the cost of one developer working part-time on the projects.",
97-
"amount": "0",
116+
"amount": 0,
98117
"currency": "USD",
99118
"frequency": "monthly",
100119
"channels": ["opencollective"]
@@ -104,7 +123,7 @@
104123
"status": "active",
105124
"name": "goodwill plan",
106125
"description": "Pay anything you wish to show your goodwill for our projects.",
107-
"amount": "0",
126+
"amount": 0,
108127
"currency": "USD",
109128
"frequency": "one-time",
110129
"channels": ["opencollective"]

0 commit comments

Comments
 (0)