Skip to content

Commit

Permalink
Fixing missing repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rafiki270 authored Jul 31, 2017
1 parent 37089b1 commit 26e7046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
name: "S3",
dependencies: [
.Package(url: "https://github.com/vapor/vapor.git", majorVersion: 2),
.Package(url: "https://github.com/vzsg/S3SignerAWS.git", majorVersion: 2),
.Package(url: "https://github.com/JustinM1/S3SignerAWS.git", majorVersion: 2),
.Package(url: "https://github.com/manGoweb/MimeLib.git", majorVersion: 1)
],
exclude: []
Expand Down

0 comments on commit 26e7046

Please sign in to comment.