Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfb64ff2

Browse files
authored
Update links for repositories moved from apple to swiftlang (#1048)
1 parent883cb8a commitfb64ff2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎CMakeLists.txt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ endif()
5050
find_package(cmark-gfm CONFIG)
5151
if(NOT cmark-gfm_FOUND)
5252
FetchContent_Declare(cmark-gfm
53-
GIT_REPOSITORY https://github.com/apple/swift-cmark
53+
GIT_REPOSITORY https://github.com/swiftlang/swift-cmark
5454
GIT_TAG gfm)
5555
list(APPEND _SF_VENDOR_DEPENDENCIES cmark-gfm)
5656
endif()
@@ -60,7 +60,7 @@ if(NOT SwiftMarkdown_FOUND)
6060
# TODO(compnerd) we need a latest version for now as we need the CMake support
6161
# which is untagged.
6262
FetchContent_Declare(Markdown
63-
GIT_REPOSITORY https://github.com/apple/swift-markdown
63+
GIT_REPOSITORY https://github.com/swiftlang/swift-markdown
6464
GIT_TAG main)
6565
list(APPEND _SF_VENDOR_DEPENDENCIES Markdown)
6666
endif()

‎Package.swift‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ var dependencies: [Package.Dependency] {
197197
}else{
198198
return[
199199
.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"),
201201
.package(url:"https://github.com/swiftlang/swift-syntax.git", branch:"main"),
202202
]
203203
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp