Skip to content

Commit

Permalink
add funding.json here
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Feb 5, 2025
1 parent cb1207e commit ae73ee2
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions funding.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"version": "v1.0.0",
"entity": {
"type": "organisation",
"role": "owner",
"name": "Serpent OS",
"email": "[email protected]",
"phone": "",
"description": "The Serpent OS Linux distribution - a bold, independent project creating a new set of tooling to solve the problem of creating and managing distributions, effectively.",
"webpageUrl": {
"url": "https://github.com/serpent-os"
}
},
"projects": [
{
"guid": "moss-and-boulder",
"name": "tools",
"description": "Serpent OS package management tooling: moss and boulder",
"webpageUrl": {
"url": "https://github.com/serpent-os/tools"
},
"repositoryUrl": {
"url": "https://github.com/serpent-os/tools"
},
"licenses": [
"spdx:MPL-2.0"
],
"tags": [
"package-management",
"atomic-update",
"linux",
"rust"
]
}
],
"funding": {
"channels": [
{
"guid": "github-sponsors",
"type": "payment-provider",
"address": "https://github.com/sponsors/ikeycode",
"description": "GitHub sponsors"
},
{
"guid": "kofi",
"type": "payment-provider",
"address": "https://ko-fi.com/serpentos",
"description": "Ko-fi subscriptions/one-time-payments/etc"
}
],
"plans": [
{
"guid": "monthly-funding",
"status": "active",
"name": "Monthly developer funding",
"description": "Fund full time development and hosting costs monthly",
"amount": 3000,
"currency": "GBP",
"frequency": "monthly",
"channels": [
"github-sponsors",
"kofi"
]
}
],
"history": []
}
}

0 comments on commit ae73ee2

Please sign in to comment.