We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f7aabb + e707861 commit 7104eb6Copy full SHA for 7104eb6
Package.swift
@@ -28,7 +28,7 @@ let package = Package(
28
.executable(name: "swift-evolution-metadata-extractor", targets: ["swift-evolution-metadata-extractor"])
29
],
30
dependencies: [
31
- .package(url: "https://github.com/apple/swift-markdown", from: "0.3.0"),
+ .package(url: "https://github.com/swiftlang/swift-markdown", from: "0.3.0"),
32
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.3.0"),
33
34
targets: [
0 commit comments