Skip to content

Commit

Permalink
Update funding.json
Browse files Browse the repository at this point in the history
few fixes in the funding.json
  • Loading branch information
xmnlab authored Nov 1, 2024
1 parent 17fbad0 commit 1bb37a9
Showing 1 changed file with 28 additions and 9 deletions.
37 changes: 28 additions & 9 deletions funding.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "v1.0.0",
"entity": {
"type": "non-profit",
"type": "organisation",
"role": "owner",
"name": "Open Science Labs",
"email": "[email protected]",
Expand All @@ -21,7 +21,10 @@
"url": "https://astx.arxlang.org",
"wellKnown": "https://astx.arxlang.org"
},
"repositoryUrl": "https://github.com/osl-incubator/sugar"
"repositoryUrl": {
"url": "https://github.com/arxlang/astx",
"wellKnown": "https://github.com/arxlang/astx"
}
},

{
Expand All @@ -32,7 +35,11 @@
"url": "https://osl-incubator.github.io/sugar",
"wellKnown": "https://osl-incubator.github.io/sugar"
},
"repositoryUrl": "https://github.com/osl-incubator/sugar"
"repositoryUrl": {
"url": "https://github.com/osl-incubator/sugar",
"wellKnown": "https://github.com/osl-incubator/sugar"
}

},

{
Expand All @@ -43,7 +50,11 @@
"url": "https://osl-incubator.github.io/makim",
"wellKnown": "https://osl-incubator.github.io/makim"
},
"repositoryUrl": "https://github.com/osl-incubator/makim"
"repositoryUrl": {
"url": "https://github.com/osl-incubator/makim",
"wellKnown": "https://github.com/osl-incubator/makim"
}

},

{
Expand All @@ -54,7 +65,11 @@
"url": "https://osl-incubator.github.io/scicookie",
"wellKnown": "https://osl-incubator.github.io/scicookie"
},
"repositoryUrl": "https://github.com/osl-incubator/scicookie"
"repositoryUrl": {
"url": "https://github.com/osl-incubator/scicookie",
"wellKnown": "https://github.com/osl-incubator/scicookie"
}

},

{
Expand All @@ -65,7 +80,11 @@
"url": "https://osl-incubator.github.io/artbox",
"wellKnown": "https://osl-incubator.github.io/artbox"
},
"repositoryUrl": "https://github.com/osl-incubator/artbox"
"repositoryUrl": {
"url": "https://github.com/osl-incubator/artbox",
"wellKnown": "https://github.com/osl-incubator/artbox"
}

}
],

Expand All @@ -84,7 +103,7 @@
"status": "active",
"name": "hosting suppport",
"description": "This will cover the cost of proposed server hosting for OSL projects.",
"amount": "0",
"amount": 0,
"currency": "USD",
"frequency": "monthly",
"channels": ["opencollective"]
Expand All @@ -94,7 +113,7 @@
"status": "active",
"name": "developer-support",
"description": "This will cover the cost of one developer working part-time on the projects.",
"amount": "0",
"amount": 0,
"currency": "USD",
"frequency": "monthly",
"channels": ["opencollective"]
Expand All @@ -104,7 +123,7 @@
"status": "active",
"name": "goodwill plan",
"description": "Pay anything you wish to show your goodwill for our projects.",
"amount": "0",
"amount": 0,
"currency": "USD",
"frequency": "one-time",
"channels": ["opencollective"]
Expand Down

0 comments on commit 1bb37a9

Please sign in to comment.