From 3899e91ccbbc383623c66ee189a139059fce55a9 Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Sat, 7 Sep 2024 22:23:00 -0700 Subject: [PATCH] switch repo for dependency to swiftlang org --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 44caff587..a86a738af 100644 --- a/Package.swift +++ b/Package.swift @@ -36,7 +36,7 @@ let package = Package( .package(url: "https://github.com/SwiftPackageIndex/SPIManifest.git", from: "1.2.0"), .package(url: "https://github.com/SwiftPackageIndex/SemanticVersion.git", from: "0.3.0"), .package(url: "https://github.com/SwiftPackageIndex/ShellOut.git", from: "3.1.4"), - .package(url: "https://github.com/apple/swift-package-manager.git", branch: "release/5.10"), + .package(url: "https://github.com/swiftlang/swift-package-manager.git", branch: "release/5.10"), .package(url: "https://github.com/dankinsoid/VaporToOpenAPI.git", from: "4.4.4"), .package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.0.0"), .package(url: "https://github.com/pointfreeco/swift-parsing.git", from: "0.12.0"),