diff --git a/Package.resolved b/Package.resolved index cfab0804e..f2075a93e 100644 --- a/Package.resolved +++ b/Package.resolved @@ -418,7 +418,7 @@ { "identity" : "swift-package-manager", "kind" : "remoteSourceControl", - "location" : "https://github.com/apple/swift-package-manager.git", + "location" : "https://github.com/swiftlang/swift-package-manager.git", "state" : { "branch" : "release/5.10", "revision" : "b5f8ad931b7a40b81f64765fa08c2751164759b4" 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"),