rebar.config: access retest repo via https

Project: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/commit/2a777428
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/tree/2a777428
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-rebar/diff/2a777428

Branch: refs/heads/master
Commit: 2a7774285b2973f085eb0a36647be2a64178673f
Parents: 2a52f60
Author: Tuncer Ayaz <tuncer.a...@gmail.com>
Authored: Fri Aug 18 20:22:02 2017 +0000
Committer: Tuncer Ayaz <tuncer.a...@gmail.com>
Committed: Fri Aug 18 20:23:33 2017 +0000

----------------------------------------------------------------------
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-rebar/blob/2a777428/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index eacd510..67389b0 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -1,7 +1,7 @@
 %% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
 %% ex: ts=4 sw=4 ft=erlang et
 
-ExtraDeps = [{retest, ".*", {git, "git://github.com/rebar/retest.git",
+ExtraDeps = [{retest, ".*", {git, "https://github.com/rebar/retest";,
                              {tag, "1.1.0"}}}],
 
 case os:getenv("REBAR_EXTRA_DEPS") of

Reply via email to