File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ endif()
50
50
find_package (cmark-gfm CONFIG )
51
51
if (NOT cmark-gfm_FOUND )
52
52
FetchContent_Declare (cmark-gfm
53
- GIT_REPOSITORY https://github.com/apple /swift-cmark
53
+ GIT_REPOSITORY https://github.com/swiftlang /swift-cmark
54
54
GIT_TAG gfm )
55
55
list (APPEND _SF_VENDOR_DEPENDENCIES cmark-gfm )
56
56
endif ()
@@ -60,7 +60,7 @@ if(NOT SwiftMarkdown_FOUND)
60
60
# TODO(compnerd) we need a latest version for now as we need the CMake support
61
61
# which is untagged.
62
62
FetchContent_Declare (Markdown
63
- GIT_REPOSITORY https://github.com/apple /swift-markdown
63
+ GIT_REPOSITORY https://github.com/swiftlang /swift-markdown
64
64
GIT_TAG main )
65
65
list (APPEND _SF_VENDOR_DEPENDENCIES Markdown )
66
66
endif ()
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ var dependencies: [Package.Dependency] {
197
197
} else {
198
198
return [
199
199
. package ( url: " https://github.com/apple/swift-argument-parser.git " , from: " 1.2.2 " ) ,
200
- . package ( url: " https://github.com/apple /swift-markdown.git " , from: " 0.2.0 " ) ,
200
+ . package ( url: " https://github.com/swiftlang /swift-markdown.git " , from: " 0.2.0 " ) ,
201
201
. package ( url: " https://github.com/swiftlang/swift-syntax.git " , branch: " main " ) ,
202
202
]
203
203
}
You can’t perform that action at this time.
0 commit comments