Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
loganwright authored Aug 5, 2016
1 parent 403613a commit 30adc60
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 @@ -4,6 +4,6 @@ let package = Package(
name: "Fluent",
dependencies: [
// Data structure for converting between multiple representations
.Package(url: "https://github.com/qutheory/node.git", majorVersion: 0, minor: 4)
.Package(url: "https://github.com/vapor/node.git", majorVersion: 0, minor: 4)
]
)

0 comments on commit 30adc60

Please sign in to comment.