diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..57a2848 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @correlation-one/siet diff --git a/package.json b/package.json index 508a830..f4fa573 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,10 @@ "version": "3.0.0", "author": "Manuel CaƱete", "private": true, - "homepage": "https://github.com/actions-tools/yaml-outputs", + "homepage": "https://github.com/correlation-one/yaml-outputs", "repository": { "type": "git", - "url": "git+https://github.com/actions-tools/yaml-outputs.git" + "url": "git+https://github.com/correlation-one/yaml-outputs.git" }, "keywords": [ "actions", @@ -15,7 +15,7 @@ "setup" ], "bugs": { - "url": "https://github.com/actions-tools/yaml-outputs/issues" + "url": "https://github.com/correlation-one/yaml-outputs/issues" }, "exports": { ".": "./dist/index.js"