Skip to content

Commit

Permalink
Update links and package files
Browse files Browse the repository at this point in the history
  • Loading branch information
moogle19 committed Apr 30, 2023
1 parent 5ce79f4 commit 9aeeda3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,16 @@ defmodule Excoding.MixProject do
name: "excoding",
maintainers: ["Kevin Seidel"],
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/moogle19/excoding"},
files: ~w(.formatter.exs mix.exs README.md lib native checksum-*.exs)
links: %{"GitHub" => "https://github.com/elixir-ecto/excoding"},
files: [
"lib",
"native/excoding/.cargo",
"native/excoding/src",
"native/excoding/Cargo*",
"checksum-*.exs",
"mix.exs",
"README.md",
]
]
end
end

0 comments on commit 9aeeda3

Please sign in to comment.