Skip to content

Commit 9aeeda3

Browse files
committed
Update links and package files
1 parent 5ce79f4 commit 9aeeda3

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

mix.exs

+10-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,16 @@ defmodule Excoding.MixProject do
3737
name: "excoding",
3838
maintainers: ["Kevin Seidel"],
3939
licenses: ["MIT"],
40-
links: %{"GitHub" => "https://github.com/moogle19/excoding"},
41-
files: ~w(.formatter.exs mix.exs README.md lib native checksum-*.exs)
40+
links: %{"GitHub" => "https://github.com/elixir-ecto/excoding"},
41+
files: [
42+
"lib",
43+
"native/excoding/.cargo",
44+
"native/excoding/src",
45+
"native/excoding/Cargo*",
46+
"checksum-*.exs",
47+
"mix.exs",
48+
"README.md",
49+
]
4250
]
4351
end
4452
end

0 commit comments

Comments
 (0)