@@ -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