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'); }, }, {