diff --git a/Sources/EeveeSpotify/Settings/Helpers/GitHubHelper.swift b/Sources/EeveeSpotify/Settings/Helpers/GitHubHelper.swift index 0b679dc..74dd4f9 100644 --- a/Sources/EeveeSpotify/Settings/Helpers/GitHubHelper.swift +++ b/Sources/EeveeSpotify/Settings/Helpers/GitHubHelper.swift @@ -35,7 +35,7 @@ struct GitHubHelper { func getEeveeContributorSections() async throws -> [EeveeContributorSection] { let (data, _) = try await URLSession.shared.data( from: URL( - string: "https://raw.githubusercontent.com/whoeevee/EeveeSpotify/swift/repo.altsource.json" + string: "https://raw.githubusercontent.com/whoeevee/EeveeSpotify/swift/contributors.json" )! ) return try decoder.decode([EeveeContributorSection].self, from: data)