From 21b54260abacf9d01f8984812861b2b3124bc2c7 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 8 Sep 2023 09:46:34 +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 75a233c..ce21da0 100644 --- a/package.json +++ b/package.json @@ -23,13 +23,7 @@ "buildx", "bake" ], - "author": "Docker", - "contributors": [ - { - "name": "CrazyMax", - "url": "https://crazymax.dev" - } - ], + "author": "Docker Inc.", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.0",