Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler authored Feb 26, 2021
1 parent 462a21a commit e96db91
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 @@ -9,7 +9,7 @@ let package = Package(
.library(name: "HummingbirdRedis", targets: ["HummingbirdRedis"]),
],
dependencies: [
.package(url: "https://github.com/adam-fowler/hummingbird.git", from: "0.5.0"),
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "0.5.0"),
.package(url: "https://gitlab.com/mordil/RediStack.git", from: "1.1.0"),
],
targets: [
Expand Down

0 comments on commit e96db91

Please sign in to comment.