From 36ff00e3f901bc1adbebdf30b06dc7c78f19b884 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Wed, 11 Dec 2024 22:04:41 -0300 Subject: [PATCH] chore: change some mentions of project authors --- .github/CODE_OF_CONDUCT.md | 2 +- .goreleaser.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index b5d4f742..e6634f5c 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at andrey@nering.com.br. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at task@taskfile.dev. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. diff --git a/.goreleaser.yml b/.goreleaser.yml index ebcd920b..6c0ad296 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -57,7 +57,7 @@ checksum: nfpms: - vendor: Task homepage: https://taskfile.dev - maintainer: Andrey Nering + maintainer: The Task authors description: Simple task runner written in Go license: MIT conflicts: diff --git a/package.json b/package.json index 54263e8c..9e4a9e74 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "build-tool", "task-runner" ], - "author": "Andrey Nering", + "author": "The Task authors", "license": "MIT", "bugs": { "url": "https://github.com/go-task/task/issues"