|
1 | 1 | { |
2 | 2 | "version": "v1.0.0", |
3 | 3 | "entity": { |
4 | | - "type": "non-profit", |
| 4 | + "type": "organisation", |
5 | 5 | "role": "owner", |
6 | 6 | "name": "Open Science Labs", |
7 | 7 | |
|
21 | 21 | "url": "https://astx.arxlang.org", |
22 | 22 | "wellKnown": "https://astx.arxlang.org" |
23 | 23 | }, |
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 | + } |
25 | 28 | }, |
26 | 29 |
|
27 | 30 | { |
|
32 | 35 | "url": "https://osl-incubator.github.io/sugar", |
33 | 36 | "wellKnown": "https://osl-incubator.github.io/sugar" |
34 | 37 | }, |
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 | + |
36 | 43 | }, |
37 | 44 |
|
38 | 45 | { |
|
43 | 50 | "url": "https://osl-incubator.github.io/makim", |
44 | 51 | "wellKnown": "https://osl-incubator.github.io/makim" |
45 | 52 | }, |
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 | + |
47 | 58 | }, |
48 | 59 |
|
49 | 60 | { |
|
54 | 65 | "url": "https://osl-incubator.github.io/scicookie", |
55 | 66 | "wellKnown": "https://osl-incubator.github.io/scicookie" |
56 | 67 | }, |
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 | + |
58 | 73 | }, |
59 | 74 |
|
60 | 75 | { |
|
65 | 80 | "url": "https://osl-incubator.github.io/artbox", |
66 | 81 | "wellKnown": "https://osl-incubator.github.io/artbox" |
67 | 82 | }, |
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 | + |
69 | 88 | } |
70 | 89 | ], |
71 | 90 |
|
|
84 | 103 | "status": "active", |
85 | 104 | "name": "hosting suppport", |
86 | 105 | "description": "This will cover the cost of proposed server hosting for OSL projects.", |
87 | | - "amount": "0", |
| 106 | + "amount": 0, |
88 | 107 | "currency": "USD", |
89 | 108 | "frequency": "monthly", |
90 | 109 | "channels": ["opencollective"] |
|
94 | 113 | "status": "active", |
95 | 114 | "name": "developer-support", |
96 | 115 | "description": "This will cover the cost of one developer working part-time on the projects.", |
97 | | - "amount": "0", |
| 116 | + "amount": 0, |
98 | 117 | "currency": "USD", |
99 | 118 | "frequency": "monthly", |
100 | 119 | "channels": ["opencollective"] |
|
104 | 123 | "status": "active", |
105 | 124 | "name": "goodwill plan", |
106 | 125 | "description": "Pay anything you wish to show your goodwill for our projects.", |
107 | | - "amount": "0", |
| 126 | + "amount": 0, |
108 | 127 | "currency": "USD", |
109 | 128 | "frequency": "one-time", |
110 | 129 | "channels": ["opencollective"] |
|
0 commit comments