Skip to content

Commit

Permalink
chore: Change metadata to avoid name conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
harrtho committed May 10, 2023
1 parent 65a21eb commit 47083fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>bundleid</key>
<string>com.chedanji.tldr</string>
<string>de.xdevcloud.alfred-tldr</string>
<key>connections</key>
<dict>
<key>6C68D0BB-A89A-4FDD-BB99-B5A5B460646E</key>
Expand All @@ -21,7 +21,7 @@
</array>
</dict>
<key>createdby</key>
<string>xiaopeng</string>
<string>Thomas Harr</string>
<key>description</key>
<string>A collection of simplified and community-driven man pages.</string>
<key>disabled</key>
Expand Down Expand Up @@ -111,6 +111,6 @@
</dict>
</dict>
<key>webaddress</key>
<string>www.chedanji.com</string>
<string>https://github.com/harrtho/alfred-tldr</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions src/tldr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47083fc

Please sign in to comment.