Skip to content

Commit

Permalink
fix: change references to proper organization in package.json (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Mar 31, 2020
1 parent 971bc14 commit 5a98a74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/derberg/github-action-for-generator.git"
"url": "git+https://github.com/asyncapi/github-action-for-generator.git"
},
"keywords": [
"GitHub",
Expand All @@ -23,9 +23,9 @@
"author": "Lukasz Gornicki <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/derberg/github-action-for-generator/issues"
"url": "https://github.com/asyncapi/github-action-for-generator/issues"
},
"homepage": "https://github.com/derberg/github-action-for-generator#readme",
"homepage": "https://github.com/asyncapi/github-action-for-generator#readme",
"devDependencies": {
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/github": "^7.0.4",
Expand Down

0 comments on commit 5a98a74

Please sign in to comment.