@@ -130,12 +130,12 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
130
130
// Building standalone, so fetch all dependencies remotely.
131
131
package . dependencies += [
132
132
. 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 " ) ,
135
135
. 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 " ) ,
137
137
. 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 " ) ,
139
139
]
140
140
} else {
141
141
// Building in the Swift.org CI system, so rely on local versions of dependencies.
0 commit comments