From ccc6690c54356b243d1b2a612200ce5932429c13 Mon Sep 17 00:00:00 2001 From: eevee Date: Wed, 9 Oct 2024 21:40:51 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=AD=F0=9F=98=AD=F0=9F=98=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/EeveeSpotify/Settings/Helpers/GitHubHelper.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/EeveeSpotify/Settings/Helpers/GitHubHelper.swift b/Sources/EeveeSpotify/Settings/Helpers/GitHubHelper.swift index 0b679dc6..74dd4f92 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)