Skip to content

Commit

Permalink
Added funding.json and funding-manifest-urls
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhileshNS committed Nov 14, 2024
1 parent 35e51ae commit 28f70f4
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
1 change: 1 addition & 0 deletions .well-known/funding-manifest-urls
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/akhileshns/heroku-deploy/blob/main/funding.json
75 changes: 75 additions & 0 deletions funding.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
{
"version": "v1.0.0",
"entity": {
"type": "individual",
"role": "owner",
"name": "AkhileshNS",
"email": "[email protected]",
"phone": "",
"description": "Heyyo, my name is Akhilesh. I'm a software engineer trying to build useful tools for the community. Most of my work usually revolves around the web but I tend to build towards whatever fascinates me. Please support my work here 🙏. Much appreciated",
"webpageUrl": {
"url": "https://github.com/AkhileshNS",
"wellKnown": ""
}
},
"projects": [
{
"guid": "heroku-deploy",
"name": "Heroku Deploy",
"description": "This is a very simple GitHub action that allows you to deploy to Heroku",
"webpageUrl": {
"url": "https://github.com/AkhileshNS/heroku-deploy"
},
"repositoryUrl": {
"url": "https://github.com/AkhileshNS/heroku-deploy",
"wellKnown": ""
},
"licenses": [
"MIT"
],
"tags": [
"github",
"heroku",
"heroku-deployment",
"github-actions"
]
}
],
"funding": {
"channels": [
{
"guid": "github",
"type": "other",
"address": "https://github.com/sponsors/AkhileshNS",
"description": "You can support me through GitHub Sponsors"
}
],
"plans": [
{
"guid": "developer-time",
"status": "active",
"name": "Developer compensation",
"description": "This will support a part-time software developer working on Heroku Deploy: Fixing issues, keeping the tool updated, etc.",
"amount": 1000,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github"
]
},
{
"guid": "hosting-monthly",
"status": "active",
"name": "Heroku hosting support",
"description": "This will cover the monthly Heroku hosting costs for testing that the tool properly deploys to Heroku",
"amount": 20,
"currency": "USD",
"frequency": "monthly",
"channels": [
"github"
]
}
],
"history": []
}
}

0 comments on commit 28f70f4

Please sign in to comment.