Skip to content

Commit d609e72

Browse files
committed
Update funding URL
1 parent a26374b commit d609e72

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/node_modules/@stdlib/_tools/scripts/publish_packages.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ var PULL_REQUEST_TEMPLATE = [
182182
'We look forward to receiving your contribution! :smiley:'
183183
].join( '\n' );
184184
var FUNDING = {
185-
'type': 'patreon',
186-
'url': 'https://www.patreon.com/athan'
185+
'type': 'opencollective',
186+
'url': 'https://opencollective.com/stdlib'
187187
};
188188
var CHANGELOG = [
189189
'# CHANGELOG',

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
}
1515
],
1616
"funding": {
17-
"type": "patreon",
18-
"url": "https://www.patreon.com/athan"
17+
"type": "opencollective",
18+
"url": "https://opencollective.com/stdlib"
1919
},
2020
"bin": {
2121
"stdlib": "./bin/cli"

0 commit comments

Comments
 (0)