-
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small tweaks to funding manifest to make it valid. (#1067)
- Loading branch information
1 parent
cf3b08d
commit 507393d
Showing
1 changed file
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": [ | ||
|
@@ -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": [ | ||
|
@@ -53,7 +60,8 @@ | |
"currency": "USD", | ||
"frequency": "monthly", | ||
"channels": [ | ||
"github-sponsors" | ||
"github-sponsors", | ||
"bank-invoice" | ||
] | ||
}, | ||
{ | ||
|
@@ -65,7 +73,8 @@ | |
"currency": "USD", | ||
"frequency": "monthly", | ||
"channels": [ | ||
"github-sponsors" | ||
"github-sponsors", | ||
"bank-invoice" | ||
] | ||
}, | ||
{ | ||
|
@@ -77,7 +86,8 @@ | |
"currency": "USD", | ||
"frequency": "monthly", | ||
"channels": [ | ||
"github-sponsors" | ||
"github-sponsors", | ||
"bank-invoice" | ||
] | ||
}, | ||
{ | ||
|