summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2016-04-21 17:50:25 -0500
committerTristan Sloughter <t@crashfast.com>2016-04-21 17:50:25 -0500
commitcb7c9a41bacb1035e646681856f811d041fcf1da (patch)
treec16bf5c3561fe95f2ca543713a6d684f7753888e /src
parent42c6e1a0cf3a10170795430a82b12d4554ad39d3 (diff)
parentc161ad00942a0aa4e894062344744456c5df27ea (diff)
Merge pull request #1169 from ericmj/emj-hex-repo
Change to new hex.pm repo URL
Diffstat (limited to 'src')
-rw-r--r--src/rebar.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar.hrl b/src/rebar.hrl
index f4e7f5e..0b7f0b1 100644
--- a/src/rebar.hrl
+++ b/src/rebar.hrl
@@ -22,7 +22,7 @@
-define(DEFAULT_TEST_DEPS_DIR, "test/lib").
-define(DEFAULT_RELEASE_DIR, "rel").
-define(DEFAULT_CONFIG_FILE, "rebar.config").
--define(DEFAULT_CDN, "https://s3.amazonaws.com/s3.hex.pm/").
+-define(DEFAULT_CDN, "https://repo.hex.pm/").
-define(REMOTE_PACKAGE_DIR, "tarballs").
-define(REMOTE_REGISTRY_FILE, "registry.ets.gz").
-define(LOCK_FILE, "rebar.lock").