couchdb: fix head URL

This commit is contained in:
FX Coudert 2017-03-31 11:19:09 +02:00
parent 61850cc5fd
commit 661cf7b379

View file

@ -20,7 +20,7 @@ class Couchdb < Formula
end
head do
url "https://git-wip-us.apache.org/repos/asf/couchdb.git"
url "https://github.com/apache/couchdb.git"
depends_on "autoconf" => :build
depends_on "automake" => :build