aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorPierre Riteau2013-09-17 21:06:31 -0500
committerAdam Vandenberg2013-09-17 19:19:20 -0700
commit5eb0db7c46aab1b5ad5f00a3b0d9c9932cda157d (patch)
treea466cd2854995657d095dc2a58897208b8800d64 /Library
parent10d4a082b980bd53a3284318be75e6f7a3552c00 (diff)
downloadhomebrew-5eb0db7c46aab1b5ad5f00a3b0d9c9932cda157d.tar.bz2
denominator: fix homepage
Closes #22641. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/denominator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/denominator.rb b/Library/Formula/denominator.rb
index bfb1ad8b1..f838c2132 100644
--- a/Library/Formula/denominator.rb
+++ b/Library/Formula/denominator.rb
@@ -2,7 +2,7 @@ require 'formula'
class Denominator < ScriptFileFormula
# This is a shell script wrapping a java jar; download as single file using nounzip
- homepage 'https://github.com/Netflix/denominator/tree/master/denominator-cli'
+ homepage 'https://github.com/Netflix/denominator/tree/master/cli'
url 'http://dl.bintray.com/content/netflixoss/denominator/denominator-cli/release/4.1.0/denominator?direct',
:using => :nounzip
version '4.1.0'