Skip to content

Commit bc830f4

Browse files
authored
Merge pull request #118 from OpenAPITools/fix_url
Fix(package): fix url in funding
2 parents 9db7d8d + df2acc9 commit bc830f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"readme": "README.md",
2121
"funding": {
2222
"type": "opencollective",
23-
"url": "https://https://opencollective.com/openapi_generator"
23+
"url": "https://opencollective.com/openapi_generator"
2424
},
2525
"repository": {
2626
"type": "git",

0 commit comments

Comments
 (0)