From c161ad00942a0aa4e894062344744456c5df27ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Meadows-J=C3=B6nsson?= Date: Thu, 21 Apr 2016 23:07:25 +0200 Subject: Change to new hex.pm repo URL --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') 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(<>), Url = string:join([CDN, Package], "/"), case request(Url) of -- cgit v1.1