Fix redis-tools homepage
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
86c038293f
commit
76021fa4ba
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ require 'formula'
|
|||
|
||||
class RedisTools <Formula
|
||||
head 'git://github.com/antirez/redis-tools.git'
|
||||
homepage 'http://code.google.com/p/redis/'
|
||||
homepage 'https://github.com/antirez/redis-tools'
|
||||
|
||||
def install
|
||||
system "make"
|
||||
|
|
Loading…
Reference in a new issue