diff --git a/AltStore/Settings/PatreonViewController.swift b/AltStore/Settings/PatreonViewController.swift index 12c82f73..3caab7a2 100644 --- a/AltStore/Settings/PatreonViewController.swift +++ b/AltStore/Settings/PatreonViewController.swift @@ -173,8 +173,7 @@ private extension PatreonViewController @objc func openPatreonURL(_ sender: UIButton) { - // TODO: Is this the final URL? @JoeMatt - let patreonURL = URL(string: "https://www.patreon.com/JitStreamer")! + let patreonURL = URL(string: "https://www.patreon.com/SideStore")! let safariViewController = SFSafariViewController(url: patreonURL) safariViewController.preferredControlTintColor = self.view.tintColor