Skip to content

Commit 773f771

Browse files
committed
Update base_url to new org
1 parent e7c25eb commit 773f771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/excoding.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ defmodule Excoding do
3939
use RustlerPrecompiled,
4040
otp_app: :excoding,
4141
crate: "excoding",
42-
base_url: "https://github.com/moogle19/excoding/releases/download/v#{version}",
42+
base_url: "https://github.com/elixir-ecto/excoding/releases/download/v#{version}",
4343
force_build: System.get_env("RUSTLER_PRECOMPILATION_EXCODING_BUILD") in ["1", "true"],
4444
mode: if(Mix.env() == :prod, do: :release, else: :debug),
4545
targets:

0 commit comments

Comments
 (0)