Skip to content

Commit 43bb333

Browse files
committed
updated project urls
1 parent f2a7411 commit 43bb333

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)