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

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
{
5858
"identity" : "swift-docc-plugin",
5959
"kind" : "remoteSourceControl",
60-
"location" : "https://github.com/apple/swift-docc-plugin.git",
60+
"location" : "https://github.com/swiftlang/swift-docc-plugin.git",
6161
"state" : {
6262
"revision" : "26ac5758409154cc448d7ab82389c520fa8a8247",
6363
"version" : "1.3.0"
@@ -66,7 +66,7 @@
6666
{
6767
"identity" : "swift-docc-symbolkit",
6868
"kind" : "remoteSourceControl",
69-
"location" : "https://github.com/apple/swift-docc-symbolkit.git",
69+
"location" : "https://github.com/swiftlang/swift-docc-symbolkit.git",
7070
"state" : {
7171
"branch" : "main",
7272
"revision" : "96bce1cfad4f4d7e265c1eb46729ebf8a7695f4b"
@@ -75,7 +75,7 @@
7575
{
7676
"identity" : "swift-lmdb",
7777
"kind" : "remoteSourceControl",
78-
"location" : "https://github.com/apple/swift-lmdb.git",
78+
"location" : "https://github.com/swiftlang/swift-lmdb.git",
7979
"state" : {
8080
"branch" : "main",
8181
"revision" : "c42582487fe84f72a4d417dd2d8493757bd4d072"
@@ -84,7 +84,7 @@
8484
{
8585
"identity" : "swift-markdown",
8686
"kind" : "remoteSourceControl",
87-
"location" : "https://github.com/apple/swift-markdown.git",
87+
"location" : "https://github.com/swiftlang/swift-markdown.git",
8888
"state" : {
8989
"branch" : "main",
9090
"revision" : "d21714073e0d16ba78eebdf36724863afc36871d"

Package.swift

+4-4
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)