Skip to content

Commit 32df498

Browse files
committed
update lcl auth package name
1 parent f832300 commit 32df498

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.3"),
1414
.package(url: "https://github.com/jpsim/Yams.git", from: "5.0.6"),
1515
.package(url: "https://github.com/scottrhoyt/SwiftyTextTable.git", from: "0.9.0"),
16-
.package(url: "https://github.com/johnnzhou/lcl-ping-auth.git", branch: "main"),
16+
.package(url: "https://github.com/johnnzhou/lcl-auth.git", branch: "main"),
1717
.package(url: "https://github.com/apple/swift-nio.git", from: "2.63.0"),
1818
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.25.0"),
1919
.package(url: "https://github.com/johnnzhou/lcl-speedtest.git", branch: "main"),
@@ -27,7 +27,7 @@ let package = Package(
2727
.product(name: "LCLPing", package: "lcl-ping"),
2828
.product(name: "Yams", package: "Yams"),
2929
.product(name: "SwiftyTextTable", package: "SwiftyTextTable"),
30-
.product(name: "LCLPingAuth", package: "lcl-ping-auth"),
30+
.product(name: "LCLPingAuth", package: "lcl-auth"),
3131
.product(name: "NIO", package: "swift-nio"),
3232
.product(name: "NIOPosix", package: "swift-nio"),
3333
.product(name: "NIOCore", package: "swift-nio"),

0 commit comments

Comments
 (0)