Update repo url

This commit is contained in:
Elliot
2025-08-16 20:47:20 +08:00
parent a6663dfeb8
commit 84808dd68c
4 changed files with 6 additions and 6 deletions
@@ -29,6 +29,6 @@ class EeveeSettingsViewController: SPTPageViewController {
}
@objc func openRepositoryUrl(_ sender: UIButton) {
UIApplication.shared.open(URL(string: "https://github.com/whoeevee/EeveeSpotify")!)
UIApplication.shared.open(URL(string: "https://github.com/whoeevee/EeveeSpotifyReborn")!)
}
}