diff --git a/Package.resolved b/Package.resolved index 1874936d..25cb38aa 100644 --- a/Package.resolved +++ b/Package.resolved @@ -12,7 +12,7 @@ { "identity" : "swift-cmark", "kind" : "remoteSourceControl", - "location" : "https://github.com/swiftlang/swift-cmark", + "location" : "https://github.com/apple/swift-cmark.git", "state" : { "revision" : "3ccff77b2dc5b96b77db3da0d68d28068593fa53", "version" : "0.5.0" diff --git a/Package.swift b/Package.swift index 5fb61bc9..f15f7b55 100644 --- a/Package.swift +++ b/Package.swift @@ -20,7 +20,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/gonzalezreal/NetworkImage", from: "6.0.0"), .package(url: "https://github.com/pointfreeco/swift-snapshot-testing", from: "1.10.0"), - .package(url: "https://github.com/swiftlang/swift-cmark", from: "0.4.0"), + .package(url: "https://github.com/apple/swift-cmark.git", from: "0.4.0"), ], targets: [ .target(