From 9aeeda353349cad7476518b2e53113119246e35e Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 1 May 2023 00:29:10 +0200 Subject: [PATCH] Update links and package files --- mix.exs | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 7f9a303..eb8aaf8 100644 --- a/mix.exs +++ b/mix.exs @@ -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