Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 5a98a74

Browse files
authored
fix: change references to proper organization in package.json (#4)
1 parent 971bc14 commit 5a98a74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/derberg/github-action-for-generator.git"
16+
"url": "git+https://github.com/asyncapi/github-action-for-generator.git"
1717
},
1818
"keywords": [
1919
"GitHub",
@@ -23,9 +23,9 @@
2323
"author": "Lukasz Gornicki <[email protected]>",
2424
"license": "Apache-2.0",
2525
"bugs": {
26-
"url": "https://github.com/derberg/github-action-for-generator/issues"
26+
"url": "https://github.com/asyncapi/github-action-for-generator/issues"
2727
},
28-
"homepage": "https://github.com/derberg/github-action-for-generator#readme",
28+
"homepage": "https://github.com/asyncapi/github-action-for-generator#readme",
2929
"devDependencies": {
3030
"@semantic-release/commit-analyzer": "^8.0.1",
3131
"@semantic-release/github": "^7.0.4",

0 commit comments

Comments
 (0)