From 5a98a744c0559f6378e6293dc2c10de6c2b742f2 Mon Sep 17 00:00:00 2001 From: Lukasz Gornicki Date: Tue, 31 Mar 2020 11:27:00 +0200 Subject: [PATCH] fix: change references to proper organization in package.json (#4) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 77b5070c4..c2c8c62f9 100644 --- a/package.json +++ b/package.json @@ -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", @@ -23,9 +23,9 @@ "author": "Lukasz Gornicki ", "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",