We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a74bb commit 9830d57Copy full SHA for 9830d57
Package.swift
@@ -24,9 +24,9 @@ let package = Package(
24
.library(name: .domain, targets: [.domain])
25
],
26
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")
+ .package(url: "https://github.com/swift-standards/swift-rfc-1035", from: "0.0.1"),
+ .package(url: "https://github.com/swift-standards/swift-rfc-1123", from: "0.0.1"),
+ .package(url: "https://github.com/swift-standards/swift-rfc-5321", from: "0.0.1")
30
31
targets: [
32
.target(
0 commit comments