Skip to content

Commit 9830d57

Browse files
committed
chore: update dependencies to swift-standards organization
Updated RFC package URLs from swift-web-standards to swift-standards to reflect organization rename.
1 parent c9a74bb commit 9830d57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ let package = Package(
2424
.library(name: .domain, targets: [.domain])
2525
],
2626
dependencies: [
27-
.package(url: "https://github.com/swift-web-standards/swift-rfc-1035", from: "0.0.1"),
28-
.package(url: "https://github.com/swift-web-standards/swift-rfc-1123", from: "0.0.1"),
29-
.package(url: "https://github.com/swift-web-standards/swift-rfc-5321", from: "0.0.1")
27+
.package(url: "https://github.com/swift-standards/swift-rfc-1035", from: "0.0.1"),
28+
.package(url: "https://github.com/swift-standards/swift-rfc-1123", from: "0.0.1"),
29+
.package(url: "https://github.com/swift-standards/swift-rfc-5321", from: "0.0.1")
3030
],
3131
targets: [
3232
.target(

0 commit comments

Comments
 (0)