Skip to content

Commit 2c99cf8

Browse files
committed
chore: update plugin registry repo to datlechin/tablepro-plugins
1 parent c5ef34e commit 2c99cf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
WORK=$(mktemp -d)
137137
eval "$(ssh-agent -s)"
138138
echo "$REGISTRY_DEPLOY_KEY" | ssh-add -
139-
git clone git@github.com:TableProApp/plugins.git "$WORK/registry"
139+
git clone git@github.com:datlechin/tablepro-plugins.git "$WORK/registry"
140140
cd "$WORK/registry"
141141
142142
# Update plugins.json via Python

TablePro/Core/Plugins/Registry/RegistryClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ final class RegistryClient {
2323
private static let logger = Logger(subsystem: "com.TablePro", category: "RegistryClient")
2424

2525
private static let registryURL = URL(string:
26-
"https://raw.githubusercontent.com/TableProApp/plugins/main/plugins.json")! // swiftlint:disable:this force_unwrapping
26+
"https://raw.githubusercontent.com/datlechin/tablepro-plugins/main/plugins.json")! // swiftlint:disable:this force_unwrapping
2727

2828
private static let manifestCacheKey = "registryManifestCache"
2929
private static let lastFetchKey = "registryLastFetch"

0 commit comments

Comments
 (0)