You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/08/25 09:37:41 UTC

lager commit: updated refs/heads/import-master to 799509a

Repository: couchdb-lager
Updated Branches:
  refs/heads/import-master 7ef26cdbe -> 799509a5c


Use https for dependencies


Project: http://git-wip-us.apache.org/repos/asf/couchdb-lager/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-lager/commit/799509a5
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-lager/tree/799509a5
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-lager/diff/799509a5

Branch: refs/heads/import-master
Commit: 799509a5cfe2a4d9880c09a91e6586c378ebf236
Parents: 7ef26cd
Author: Paul J. Davis <pa...@gmail.com>
Authored: Mon Aug 25 02:37:31 2014 -0500
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Mon Aug 25 02:37:31 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/couchdb-lager/blob/799509a5/rebar.config
----------------------------------------------------------------------
diff --git a/rebar.config b/rebar.config
index 56a2da0..66bfb17 100644
--- a/rebar.config
+++ b/rebar.config
@@ -2,7 +2,7 @@
 {erl_first_files, ["src/lager_util.erl"]}.
 {deps, [
         {goldrush, "0\.1\.6",
-         {git, "http://git-wip-us.apache.org/repos/asf/couchdb-goldrush.git",
+         {git, "https://git-wip-us.apache.org/repos/asf/couchdb-goldrush.git",
           {tag, "0.1.6"}}}
         ]}.