aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAndrew Marshall2010-11-14 15:34:06 -0500
committerAdam Vandenberg2010-11-14 22:11:26 -0800
commit9ef8fb8a8fda25190506595493fba126561c91d8 (patch)
treee454c54afe46fe334cfcfdda5def8b917c472ff5 /Library/Formula
parentc120c4fdcc49d82a91b124c66eb7df77ec7f8d5a (diff)
downloadhomebrew-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.rb2
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"