Skip to content

Commit 604c01a

Browse files
committed
build: fix some remaining @wolfy1339
1 parent 78186d8 commit 604c01a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/openapi-webhooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "commonjs",
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/wolfy1339/openapi-webhooks.git",
13+
"url": "https://github.com/octokit/openapi-webhooks.git",
1414
"directory": "packages/openapi-webhooks"
1515
},
1616
"keywords": [

scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ They are all generated, your changes would be overwritten with the next update.
167167
type: "commonjs",
168168
repository: {
169169
type: "git",
170-
url: "https://github.com/wolfy1339/openapi-webhooks.git",
170+
url: "https://github.com/octokit/openapi-webhooks.git",
171171
directory: `packages/openapi-webhooks`,
172172
},
173173
keywords: ["github", "openapi", "octokit", "webhooks"],

0 commit comments

Comments
 (0)