aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-06-16 13:13:24 -0700
committerAdam Vandenberg2010-06-16 13:13:24 -0700
commitfd0e8e28d2b229d00cfa62acb15b8d4e4a6f4cd2 (patch)
treeee897ff114f61d7236c2723e1dd50db3b741fbad /Library
parentbe80baaf60cc5b923d41430bacfc582daff6d64f (diff)
downloadhomebrew-fd0e8e28d2b229d00cfa62acb15b8d4e4a6f4cd2.tar.bz2
Fix couchdb homepage.
( Should be DSL-style call, not assignment. Fixes #1614 )
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/couchdb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/couchdb.rb b/Library/Formula/couchdb.rb
index dc942299b..1fa74db74 100644
--- a/Library/Formula/couchdb.rb
+++ b/Library/Formula/couchdb.rb
@@ -2,7 +2,7 @@ require 'formula'
class Couchdb <Formula
url 'git://github.com/apache/couchdb.git'
- homepage='http://couchdb.apache.org/'
+ homepage "http://couchdb.apache.org/"
version "0.11.0"
@specs = {:tag => "origin/tags/0.11.0"}