From 46042f1fdd4b5ca2342c06d340193c1393d61261 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Wed, 12 Aug 2020 12:44:44 +0300 Subject: [PATCH] update copyright & contact Signed-off-by: Jari Kolehmainen --- src/main/menu.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/menu.ts b/src/main/menu.ts index 75635627bc..816929828a 100644 --- a/src/main/menu.ts +++ b/src/main/menu.ts @@ -19,7 +19,7 @@ function showAbout(_menuitem: MenuItem, browserWindow: BrowserWindow) { const appDetails = [ `Version: ${app.getVersion()}`, ] - appDetails.push(`Copyright 2020 Lakend Labs, Inc.`) + appDetails.push(`Copyright 2020 Mirantis, Inc.`) let title = "Lens" if (process.platform === "win32") { title = ` ${title}` @@ -177,7 +177,7 @@ export default function initMenu(opts: MenuOptions, promiseIpc: any) { { label: 'License', click: async () => { - shell.openExternal('https://lakendlabs.com/licenses/lens-eula.md'); + shell.openExternal('https://k8slens.dev/licenses/eula.md'); }, }, {