Skip to content

Commit 2eded9c

Browse files
authored
Migrate dependency GitHub links from apple org to swiftlang org (#18)
1 parent 9c0ae27 commit 2eded9c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package.resolved

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"identity" : "swift-docc-plugin",
1414
"kind" : "remoteSourceControl",
15-
"location" : "https://github.com/apple/swift-docc-plugin",
15+
"location" : "https://github.com/swiftlang/swift-docc-plugin",
1616
"state" : {
1717
"revision" : "26ac5758409154cc448d7ab82389c520fa8a8247",
1818
"version" : "1.3.0"
@@ -21,7 +21,7 @@
2121
{
2222
"identity" : "swift-docc-symbolkit",
2323
"kind" : "remoteSourceControl",
24-
"location" : "https://github.com/apple/swift-docc-symbolkit",
24+
"location" : "https://github.com/swiftlang/swift-docc-symbolkit",
2525
"state" : {
2626
"revision" : "b45d1f2ed151d057b54504d653e0da5552844e34",
2727
"version" : "1.0.0"
@@ -48,7 +48,7 @@
4848
{
4949
"identity" : "swift-syntax",
5050
"kind" : "remoteSourceControl",
51-
"location" : "https://github.com/apple/swift-syntax.git",
51+
"location" : "https://github.com/swiftlang/swift-syntax.git",
5252
"state" : {
5353
"revision" : "303e5c5c36d6a558407d364878df131c3546fad8",
5454
"version" : "510.0.2"

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ let package = Package(
1414
],
1515
dependencies: [
1616
.package(
17-
url: "https://github.com/apple/swift-syntax.git",
17+
url: "https://github.com/swiftlang/swift-syntax.git",
1818
from: "510.0.0"
1919
),
20-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"),
20+
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.3.0"),
2121
.package(url: "https://github.com/SwiftPackageIndex/SPIManifest.git", from: "0.12.0"),
2222
.package(url: "https://github.com/pointfreeco/swift-macro-testing", from: "0.4.0"),
2323
],

0 commit comments

Comments
 (0)