Use Apache CouchDB mirrors for dependencies
diff --git a/rebar.config.script b/rebar.config.script
index 4454cdc..20f0f17 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -3,9 +3,9 @@
 
 Rebar2Deps =
   [
-   {local, ".*", {git, "https://github.com/sile/local.git", {tag, "0.2.1"}}},
-   {passage, ".*", {git, "https://github.com/sile/passage.git", {tag, "0.2.6"}}},
-   {thrift_protocol, ".*", {git, "https://github.com/sile/thrift_protocol.git", {tag, "0.1.3"}}}
+   {local, ".*", {git, "https://github.com/apache/couchdb-local.git", {tag, "0.2.1"}}},
+   {passage, ".*", {git, "https://github.com/apache/couchdb-passage.git", {tag, "0.2.6"}}},
+   {thrift_protocol, ".*", {git, "https://github.com/apache/couchdb-thrift-protocol.git", {tag, "0.1.3"}}}
   ],
 
 case IsRebar3 of