Skip to content

Commit 31dbab1

Browse files
committed
Change swift-syntax URL to swiftlang org
1 parent f4aee27 commit 31dbab1

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

Examples/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.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: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ let package = Package(
1919
)
2020
],
2121
dependencies: [
22-
.package(
23-
url: "https://github.com/apple/swift-syntax",
24-
"509.0.0"..<"511.0.0"
25-
)
22+
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"511.0.0")
2623
],
2724
targets: [
2825
.macro(

0 commit comments

Comments
 (0)