Skip to content

Commit

Permalink
Change swift-syntax URL to swiftlang org
Browse files Browse the repository at this point in the history
  • Loading branch information
Matejkob committed Jun 25, 2024
1 parent f4aee27 commit 31dbab1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Examples/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax",
"location" : "https://github.com/swiftlang/swift-syntax",
"state" : {
"revision" : "08a2f0a9a30e0f705f79c9cfaca1f68b71bdc775",
"version" : "510.0.0"
"revision" : "303e5c5c36d6a558407d364878df131c3546fad8",
"version" : "510.0.2"
}
}
],
Expand Down
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax",
"location" : "https://github.com/swiftlang/swift-syntax",
"state" : {
"revision" : "08a2f0a9a30e0f705f79c9cfaca1f68b71bdc775",
"version" : "510.0.0"
"revision" : "303e5c5c36d6a558407d364878df131c3546fad8",
"version" : "510.0.2"
}
}
],
Expand Down
5 changes: 1 addition & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ let package = Package(
)
],
dependencies: [
.package(
url: "https://github.com/apple/swift-syntax",
"509.0.0"..<"511.0.0"
)
.package(url: "https://github.com/swiftlang/swift-syntax", "509.0.0"..<"511.0.0")
],
targets: [
.macro(
Expand Down

0 comments on commit 31dbab1

Please sign in to comment.