Skip to content

Commit

Permalink
Small tweaks to funding manifest to make it valid. (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Jan 4, 2025
1 parent cf3b08d commit 507393d
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions funding.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"email": "[email protected]",
"description": "Author and maintainer of cargo-semver-checks.",
"webpageUrl": {
"url": "https://github.com/sponsors/obi1kenobi"
"url": "https://predr.ag/",
"wellKnown": "https://predr.ag/.well-known/funding-manifest-urls"
}
},
"projects": [
Expand Down Expand Up @@ -41,6 +42,12 @@
"type": "other",
"address": "https://github.com/sponsors/obi1kenobi",
"description": "Use GitHub Sponsors to fund my work. If for any reason GitHub Sponsors isn't a good fit for you, please contact me over email and we can make alternative arrangements."
},
{
"guid": "bank-invoice",
"type": "bank",
"address": "",
"description": "Send a payment via bank transfer. If you need an invoice, I'm happy to provide one. Please email me for details."
}
],
"plans": [
Expand All @@ -53,7 +60,8 @@
"currency": "USD",
"frequency": "monthly",
"channels": [
"github-sponsors"
"github-sponsors",
"bank-invoice"
]
},
{
Expand All @@ -65,7 +73,8 @@
"currency": "USD",
"frequency": "monthly",
"channels": [
"github-sponsors"
"github-sponsors",
"bank-invoice"
]
},
{
Expand All @@ -77,7 +86,8 @@
"currency": "USD",
"frequency": "monthly",
"channels": [
"github-sponsors"
"github-sponsors",
"bank-invoice"
]
},
{
Expand Down

0 comments on commit 507393d

Please sign in to comment.