We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745cfb4 commit d3beeb5Copy full SHA for d3beeb5
TablePro/Core/Plugins/Registry/RegistryClient.swift
@@ -24,7 +24,7 @@ final class RegistryClient {
24
25
// swiftlint:disable:next force_unwrapping
26
private static let registryURL = URL(string:
27
- "https://raw.githubusercontent.com/datlechin/tablepro-plugins/main/plugins.json")!
+ "https://raw.githubusercontent.com/TableProApp/plugins/main/plugins.json")!
28
29
private static let manifestCacheKey = "registryManifestCache"
30
private static let lastFetchKey = "registryLastFetch"
0 commit comments