File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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: [
You can’t perform that action at this time.
0 commit comments