Fixing obsolete Perfect repo url.

This commit is contained in:
Rockford Wei 2018-01-29 09:22:09 -05:00 committed by GitHub
parent a5efa7bbf0
commit 3734ee3be7
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",
targets: [],
dependencies: [
.Package(url: "https://github.com/PerfectlySoft/PerfectLib.git", majorVersion: 3),
.Package(url: "https://github.com/PerfectlySoft/Perfect.git", majorVersion: 3),
]
)