Skip to content

Commit 9cf20c1

Browse files
Update swiftlang repository link for Package.swift, Package.resolved (#3270)
* Update Package.swift Update new repository link for swiftlang. * Update Package.resolved Update new repository link for swiftlang. * Update Package.swift --------- Co-authored-by: Stephen Celis <[email protected]>
1 parent 2c17a93 commit 9cf20c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
{
8585
"identity" : "swift-docc-plugin",
8686
"kind" : "remoteSourceControl",
87-
"location" : "https://github.com/apple/swift-docc-plugin",
87+
"location" : "https://github.com/swiftlang/swift-docc-plugin",
8888
"state" : {
8989
"revision" : "26ac5758409154cc448d7ab82389c520fa8a8247",
9090
"version" : "1.3.0"
@@ -93,7 +93,7 @@
9393
{
9494
"identity" : "swift-docc-symbolkit",
9595
"kind" : "remoteSourceControl",
96-
"location" : "https://github.com/apple/swift-docc-symbolkit",
96+
"location" : "https://github.com/swiftlang/swift-docc-symbolkit",
9797
"state" : {
9898
"revision" : "b45d1f2ed151d057b54504d653e0da5552844e34",
9999
"version" : "1.0.0"

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ let package = Package(
1919
],
2020
dependencies: [
2121
.package(url: "https://github.com/apple/swift-collections", from: "1.1.0"),
22-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
2322
.package(url: "https://github.com/google/swift-benchmark", from: "0.1.0"),
2423
.package(url: "https://github.com/pointfreeco/combine-schedulers", from: "1.0.2"),
2524
.package(url: "https://github.com/pointfreeco/swift-case-paths", from: "1.5.4"),
@@ -31,6 +30,7 @@ let package = Package(
3130
.package(url: "https://github.com/pointfreeco/swift-navigation", from: "2.0.3"),
3231
.package(url: "https://github.com/pointfreeco/swift-perception", from: "1.3.4"),
3332
.package(url: "https://github.com/pointfreeco/xctest-dynamic-overlay", from: "1.2.2"),
33+
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),
3434
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"601.0.0-prerelease"),
3535
],
3636
targets: [

0 commit comments

Comments
 (0)