summaryrefslogtreecommitdiff
path: root/bootstrap
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 /bootstrap
parent42c6e1a0cf3a10170795430a82b12d4554ad39d3 (diff)
parentc161ad00942a0aa4e894062344744456c5df27ea (diff)
Merge pull request #1169 from ericmj/emj-hex-repo
Change to new hex.pm repo URL
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 35759b0..e2a393b 100755
--- a/bootstrap
+++ b/bootstrap
@@ -92,7 +92,7 @@ fetch({pkg, Name, Vsn}, App) ->
Dir = filename:join([filename:absname("_build/default/lib/"), App]),
case filelib:is_dir(Dir) of
false ->
- CDN = "https://s3.amazonaws.com/s3.hex.pm/tarballs",
+ CDN = "https://repo.hex.pm/tarballs",
Package = binary_to_list(<<Name/binary, "-", Vsn/binary, ".tar">>),
Url = string:join([CDN, Package], "/"),
case request(Url) of