Skip to content

Commit d3beeb5

Browse files
committed
fix: point registry URL to TableProApp/plugins
1 parent 745cfb4 commit d3beeb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TablePro/Core/Plugins/Registry/RegistryClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class RegistryClient {
2424

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

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

0 commit comments

Comments
 (0)