Merge pull request #7 from RockfordWei/patch-1

Fixing obsolete Perfect repo url.
This commit is contained in:
Jonathan Guthrie 2018-01-30 14:59:36 -05:00 committed by GitHub
commit c417b1f955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ let package = Package(
name: "StORM", name: "StORM",
targets: [], targets: [],
dependencies: [ dependencies: [
.Package(url: "https://github.com/PerfectlySoft/PerfectLib.git", majorVersion: 3), .Package(url: "https://github.com/PerfectlySoft/Perfect.git", majorVersion: 3),
] ]
) )