Skip to content

Commit d5bf7a5

Browse files
authored
Update references to projects that have been moved to the swiftlang GitHub organization (#1150)
1 parent 4fd8aeb commit d5bf7a5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
130130
// Building standalone, so fetch all dependencies remotely.
131131
package.dependencies += [
132132
.package(url: "https://github.com/apple/swift-nio.git", from: "2.53.0"),
133-
.package(url: "https://github.com/apple/swift-markdown.git", branch: "main"),
134-
.package(url: "https://github.com/apple/swift-lmdb.git", branch: "main"),
133+
.package(url: "https://github.com/swiftlang/swift-markdown.git", branch: "main"),
134+
.package(url: "https://github.com/swiftlang/swift-lmdb.git", branch: "main"),
135135
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.2"),
136-
.package(url: "https://github.com/apple/swift-docc-symbolkit.git", branch: "main"),
136+
.package(url: "https://github.com/swiftlang/swift-docc-symbolkit.git", branch: "main"),
137137
.package(url: "https://github.com/apple/swift-crypto.git", from: "3.0.0"),
138-
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.2.0"),
138+
.package(url: "https://github.com/swiftlang/swift-docc-plugin.git", from: "1.2.0"),
139139
]
140140
} else {
141141
// Building in the Swift.org CI system, so rely on local versions of dependencies.

0 commit comments

Comments
 (0)