diff options
Diffstat (limited to 'Library/Formula/redis.rb')
| -rw-r--r-- | Library/Formula/redis.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb index 7f9243eec..60636cbc3 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -2,7 +2,7 @@ require 'formula' class Redis < Formula url 'http://redis.googlecode.com/files/redis-2.2.8.tar.gz' - head 'git://github.com/antirez/redis.git' + head 'https://github.com/antirez/redis.git' homepage 'http://redis.io/' md5 '106af5e3d4646588fd27be499227e14c' |
