From 31aa7823623bfacd1f20e78ac89b5bb3d9154a6d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 29 Jul 2018 19:03:41 +0530 Subject: [PATCH] Update URL to kitty home page in Info.plist --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5ac5063eb..1e10306a1 100755 --- a/setup.py +++ b/setup.py @@ -666,7 +666,7 @@ Categories=System;TerminalEmulator; NSAppleScriptEnabled=False, NSHumanReadableCopyright=time.strftime( 'Copyright %Y, Kovid Goyal'), - CFBundleGetInfoString='kitty, an OpenGL based terminal emulator https://github.com/kovidgoyal/kitty', + CFBundleGetInfoString='kitty, an OpenGL based terminal emulator https://sw.kovidgoyal.net/kitty', CFBundleIconFile=appname + '.icns', NSHighResolutionCapable=True, NSSupportsAutomaticGraphicsSwitching=True,