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

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
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)