Skip to content

Commit 0e7ba2b

Browse files
authored
Add sponsorship funding option (#40)
* Add sponsorship funding option Add a way for kind users to offer sponsorship. Signed-off-by: Eric Brown <[email protected]> * Update FUNDING.yml Signed-off-by: Eric Brown <[email protected]> * Update package.json Signed-off-by: Eric Brown <[email protected]> --------- Signed-off-by: Eric Brown <[email protected]>
1 parent ec0509a commit 0e7ba2b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
custom: ['https://psfmember.org/civicrm/contribute/transact/?reset=1&id=42']
2+
github: [ericwb]
3+
tidelift: pypi/bandit

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"module": "bandit"
1010
},
1111
"sponsor": {
12-
"url": "https://github.com/sponsors/ericwb"
12+
"url": "https://github.com/sponsors/ericwb"
1313
},
1414
"publisher": "PyCQA",
1515
"license": "MIT",

0 commit comments

Comments
 (0)