Skip to content

Commit

Permalink
chore(repo): add funding.json (zellij-org#3838)
Browse files Browse the repository at this point in the history
* chore(repo): add funding.json

* update funding json url
  • Loading branch information
imsnif committed Dec 31, 2024
1 parent d843ef9 commit 138627f
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions funding.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "owner",
"name": "Aram Drevekenin",
"email": "aram@poor.dev",
"description": "An indie developer rethinking our terminal experience",
"webpageUrl": {
"url": "https://zellij.dev",
"wellKnown": "https://zellij.dev/.well-known/funding-manifest-urls"
}
},
"projects": [{
"guid": "zellij",
"name": "Zellij",
"description": "A terminal workspace with batteries included",
"webpageUrl": {
"url": "https://zellij.dev",
"wellKnown": "https://zellij.dev/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/zellij-org/zellij"
},
"licenses": ["spdx:MIT"],
"tags": ["terminal", "linux", "macos", "developer-tools"]
}],
"funding": {
"channels": [
{
"guid": "github-sponsors",
"type": "other",
"address": "https://github.com/sponsors/imsnif",
"description": "My Github Sponsors page."
}
],
"plans": [
{
"guid": "sponsorship-plan",
"status": "active",
"name": "Sponsorship Plan",
"description": "Sponsor as you wish and are able (preferably in a recurring manner) to help me pay my bills!",
"amount": 0,
"currency": "USD",
"frequency": "other",
"channels": ["github-sponsors"]
}
]
}
}

0 comments on commit 138627f

Please sign in to comment.