diff --git a/src/info.plist b/src/info.plist index cd1ddbf..5ab8f37 100644 --- a/src/info.plist +++ b/src/info.plist @@ -3,7 +3,7 @@ bundleid - com.chedanji.tldr + de.xdevcloud.alfred-tldr connections 6C68D0BB-A89A-4FDD-BB99-B5A5B460646E @@ -21,7 +21,7 @@ createdby - xiaopeng + Thomas Harr description A collection of simplified and community-driven man pages. disabled @@ -111,6 +111,6 @@ webaddress - www.chedanji.com + https://github.com/harrtho/alfred-tldr diff --git a/src/tldr.py b/src/tldr.py index 5b4b0d0..4a068b9 100644 --- a/src/tldr.py +++ b/src/tldr.py @@ -16,10 +16,10 @@ from workflow import Workflow, web # GitHub repo for self-updating -UPDATE_SETTINGS = {'github_slug': 'cs1707/tldr-alfred'} +UPDATE_SETTINGS = {'github_slug': 'harrtho/alfred-tldr'} # GitHub Issues -HELP_URL = 'https://github.com/cs1707/tldr-alfred/issues' +HELP_URL = 'https://github.com/harrtho/alfred-tldr/issues' # Cache Update frequency in days CACHE_TTL = 7