Skip to content

Commit a73ab3b

Browse files
committed
Update to sujrd's repository
1 parent fd79e62 commit a73ab3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ let package = Package(
4646
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
4747
// Building standalone, so fetch all dependencies remotely.
4848
package.dependencies += [
49-
.package(url: "https://github.com/swiftlang/swift-cmark.git", branch: "gfm"),
49+
.package(url: "https://github.com/sujrd/swift-cmark.git", branch: "gfm"),
5050
]
5151

5252
// SwiftPM command plugins are only supported by Swift version 5.6 and later.

0 commit comments

Comments
 (0)