couchdb: fix head URL
This commit is contained in:
parent
61850cc5fd
commit
661cf7b379
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue