libcouchbase: fix homepage link.
This now points to the new docs site
This commit is contained in:
parent
20853ed64e
commit
72374c2bee
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
require 'formula'
|
||||
|
||||
class Libcouchbase < Formula
|
||||
homepage 'http://couchbase.com/communities/c'
|
||||
homepage 'http://docs.couchbase.com/developer/c-2.4/c-intro.html'
|
||||
url 'http://packages.couchbase.com/clients/c/libcouchbase-2.4.5.tar.gz'
|
||||
sha1 'f5b66ca143b41f9e7993e5d9583014d3ddecb7bf'
|
||||
head "https://github.com/couchbase/libcouchbase", :using => :git
|
||||
|
|
Loading…
Reference in a new issue