summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichelle Phung <michellep@apache.org>2018-05-01 19:56:53 -0400
committerGitHub <noreply@github.com>2018-05-01 19:56:53 -0400
commit49b2b6a70027c7b25e5ccb969b6429818d4d9a26 (patch)
tree1b064f709e069b4d7b21680432411d9be6d39bf1
parent2da78c5b053d647cf3bbae52a34e9ecb3111a68c (diff)
downloadcouchdb-michellephung-patch-1.tar.gz
-rw-r--r--rebar.config.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config.script b/rebar.config.script
index 0267dd021..e14ec10f5 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -57,7 +57,7 @@ DepDescs = [
%% Non-Erlang deps
{docs, {url, "https://github.com/apache/couchdb-documentation"},
{tag, "2.1.0"}, [raw]},
-{fauxton, {url, "https://github.com/dch/couchdb-fauxton/releases"},
+{fauxton, {url, "https://github.com/dch/couchdb-fauxton"},
{tag, "v1.1.x-test"}, [raw]},
%% Third party deps
{folsom, "folsom", {tag, "CouchDB-0.8.2"}},