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,