From 47083fca1dc9fc920b342e54bb305a5f9c624633 Mon Sep 17 00:00:00 2001 From: Thomas Harr Date: Wed, 10 May 2023 19:18:04 +0200 Subject: [PATCH] chore: Change metadata to avoid name conflicts --- src/info.plist | 6 +++--- src/tldr.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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