diff options
| author | Adam Vandenberg | 2010-06-16 13:13:24 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-16 13:13:24 -0700 |
| commit | fd0e8e28d2b229d00cfa62acb15b8d4e4a6f4cd2 (patch) | |
| tree | ee897ff114f61d7236c2723e1dd50db3b741fbad | |
| parent | be80baaf60cc5b923d41430bacfc582daff6d64f (diff) | |
| download | homebrew-fd0e8e28d2b229d00cfa62acb15b8d4e4a6f4cd2.tar.bz2 | |
Fix couchdb homepage.
( Should be DSL-style call, not assignment. Fixes #1614 )
| -rw-r--r-- | Library/Formula/couchdb.rb | 2 |
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"} |
