diff options
| author | Andrew Marshall | 2010-11-14 15:34:06 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2010-11-14 22:11:26 -0800 |
| commit | 9ef8fb8a8fda25190506595493fba126561c91d8 (patch) | |
| tree | e454c54afe46fe334cfcfdda5def8b917c472ff5 /Library/Formula | |
| parent | c120c4fdcc49d82a91b124c66eb7df77ec7f8d5a (diff) | |
| download | homebrew-9ef8fb8a8fda25190506595493fba126561c91d8.tar.bz2 | |
Fix redis-tools homepage
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/redis-tools.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/redis-tools.rb b/Library/Formula/redis-tools.rb index 278d00bc2..dc6a899f7 100644 --- a/Library/Formula/redis-tools.rb +++ b/Library/Formula/redis-tools.rb @@ -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" |
