From a2a8f78ce62cd9c34987a123b1e66bf4f67423d0 Mon Sep 17 00:00:00 2001 From: Philippe Martin Date: Fri, 22 Dec 2023 13:31:54 +0100 Subject: [PATCH] fix: publisher --- podman-desktop-extension/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-desktop-extension/package.json b/podman-desktop-extension/package.json index 0ac7f97..d1fd724 100644 --- a/podman-desktop-extension/package.json +++ b/podman-desktop-extension/package.json @@ -4,7 +4,7 @@ "description": "Analyze a Containerfile and highlight the directives and commands which could cause an unexpected behavior when running on an OpenShift cluster.", "version": "0.0.1", "icon": "icon.png", - "publisher": "podman-desktop", + "publisher": "redhat", "license": "Apache-2.0", "engines": { "podman-desktop": "^1.6.3"