Switched back moment repo

This commit is contained in:
Kyle Jessup 2019-03-26 14:43:52 -04:00
parent f7dbf6818f
commit 6b29b65bae
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ let package = Package(
], ],
dependencies: [ dependencies: [
.package(url: "https://github.com/PerfectlySoft/PerfectLib.git", from: "3.0.0"), .package(url: "https://github.com/PerfectlySoft/PerfectLib.git", from: "3.0.0"),
.package(url: "https://github.com/kjessup/SwiftMoment.git", from: "1.0.0") .package(url: "https://github.com/iamjono/SwiftMoment.git", from: "1.0.0")
], ],
targets: [ targets: [
.target(name: "StORM", dependencies: [ .target(name: "StORM", dependencies: [