File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ defmodule Ortex.MixProject do
1111
1212 # Docs
1313 name: "Ortex" ,
14- source_url: "https://github.com/relaypro-open /ortex" ,
15- homepage_url: "http://github.com/relaypro-open /ortex" ,
14+ source_url: "https://github.com/elixir-nx /ortex" ,
15+ homepage_url: "http://github.com/elixir-nx /ortex" ,
1616 docs: [
1717 main: "readme" ,
1818 extras: [ "README.md" ]
@@ -46,7 +46,7 @@ defmodule Ortex.MixProject do
4646 files: ~w( lib .formatter.exs mix.exs README* LICENSE* native/ortex/src/
4747 native/ortex/Cargo.lock native/ortex/Cargo.toml native/ortex/.cargo/config.toml) ,
4848 licenses: [ "MIT" ] ,
49- links: % { "GitHub" => "https://github.com/relaypro-open /ortex" } ,
49+ links: % { "GitHub" => "https://github.com/elixir-nx /ortex" } ,
5050 description: "ONNX Runtime bindings for Elixir"
5151 ]
5252 end
You can’t perform that action at this time.
0 commit comments