Skip to content

Commit 7799b60

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 d4650db commit 7799b60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ let package = Package(
2626
.library(name: .emailAddress, targets: [.emailAddress])
2727
],
2828
dependencies: [
29-
.package(url: "https://github.com/swift-web-standards/swift-rfc-2822", from: "0.0.1"),
30-
.package(url: "https://github.com/swift-web-standards/swift-rfc-5321", from: "0.0.1"),
31-
.package(url: "https://github.com/swift-web-standards/swift-rfc-5322", from: "0.0.1"),
32-
.package(url: "https://github.com/swift-web-standards/swift-rfc-6531", from: "0.0.1"),
29+
.package(url: "https://github.com/swift-standards/swift-rfc-2822", from: "0.0.1"),
30+
.package(url: "https://github.com/swift-standards/swift-rfc-5321", from: "0.0.1"),
31+
.package(url: "https://github.com/swift-standards/swift-rfc-5322", from: "0.0.1"),
32+
.package(url: "https://github.com/swift-standards/swift-rfc-6531", from: "0.0.1"),
3333
.package(url: "https://github.com/coenttb/swift-domain-type", from: "0.0.1")
3434
],
3535
targets: [

0 commit comments

Comments
 (0)