Skip to content

Commit 6479c42

Browse files
committed
typo
1 parent 3a6f2b8 commit 6479c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
targets: ["XcodesLoginKit"]),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/xcodesOrg/swift-srp", branch: "main"),
16+
.package(url: "https://github.com/XcodesOrg/swift-srp", branch: "main"),
1717
.package(url: "https://github.com/XcodesOrg/AsyncHTTPNetworkService", branch: "main"),
1818
.package(url: "https://github.com/kinoroy/LibFido2Swift", exact: "0.1.4")
1919
],

0 commit comments

Comments
 (0)