Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit ceb669f

Browse files
authored
Use https to fetch archives
1 parent a639ad8 commit ceb669f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ElixirWeb.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
; "Elixir" and the Elixir logo are copyright (c) 2012 Plataformatec.
1717

1818
#define COMPAT_MASK 1
19-
#define ELIXIR_CSV_URL 'http://elixir-lang.org/elixir.csv'
20-
#define ERLANG_CSV_URL 'http://elixir-lang.org/erlang.csv'
19+
#define ELIXIR_CSV_URL 'https://elixir-lang.org/elixir.csv'
20+
#define ERLANG_CSV_URL 'https://elixir-lang.org/erlang.csv'
2121

2222
#include <idp.iss>
2323

0 commit comments

Comments
 (0)