Skip to content

Commit d673eab

Browse files
author
Brent Mifsud
committed
correct package url for IGListKit
1 parent f0f9d7a commit d673eab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
],
1414
dependencies: [
1515
.package(url: "https://github.com/ReactiveX/RxSwift.git", from: "6.0.0"),
16-
.package(url: "https://github.com/3a4oT/IGListKit.git", from: "4.0.0")
16+
.package(url: "https://github.com/Instagram/IGListKit.git", from: "4.0.0")
1717
],
1818
targets: [
1919
.target(

0 commit comments

Comments
 (0)