Skip to content

Commit b4d7e40

Browse files
authored
Update GTMAppAuth's URL dependency in Package.swift.
GTMAppAuth's URL was accidentally updated, so this should be reverted back to use the google repo.
1 parent 090f1c6 commit b4d7e40

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
@@ -51,7 +51,7 @@ let package = Package(
5151
from: "11.0.0"),
5252
.package(
5353
name: "GTMAppAuth",
54-
url: "https://github.com/brnnmrls/GTMAppAuth.git",
54+
url: "https://github.com/google/GTMAppAuth.git",
5555
from: "5.0.0"),
5656
.package(
5757
name: "GTMSessionFetcher",

0 commit comments

Comments
 (0)