From 1283140f57ede4d0e30355ef4cb25390eaee8204 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 8 Sep 2023 09:50:50 +0200 Subject: [PATCH] chore: fix author in package.json Signed-off-by: CrazyMax --- package.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/package.json b/package.json index 5089b2d..c2d9d74 100644 --- a/package.json +++ b/package.json @@ -22,13 +22,7 @@ "docker", "buildx" ], - "author": "Docker", - "contributors": [ - { - "name": "CrazyMax", - "url": "https://crazymax.dev" - } - ], + "author": "Docker Inc.", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.0",