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

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"pins": [
44
{
55
"package": "IGListKit",
6-
"repositoryURL": "https://github.com/3a4oT/IGListKit.git",
6+
"repositoryURL": "https://github.com/Instagram/IGListKit.git",
77
"state": {
88
"branch": null,
9-
"revision": "7f59574886be76bf1d5ec0510e17e15a6c01c598",
10-
"version": "4.0.1"
9+
"revision": "36da20119ca70c0a8b46ef0acc93b3bcb5a9ea69",
10+
"version": "4.0.0"
1111
}
1212
},
1313
{

Package.swift

+1-1
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)