We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c25eb commit 773f771Copy full SHA for 773f771
lib/excoding.ex
@@ -39,7 +39,7 @@ defmodule Excoding do
39
use RustlerPrecompiled,
40
otp_app: :excoding,
41
crate: "excoding",
42
- base_url: "https://github.com/moogle19/excoding/releases/download/v#{version}",
+ base_url: "https://github.com/elixir-ecto/excoding/releases/download/v#{version}",
43
force_build: System.get_env("RUSTLER_PRECOMPILATION_EXCODING_BUILD") in ["1", "true"],
44
mode: if(Mix.env() == :prod, do: :release, else: :debug),
45
targets:
0 commit comments