Skip to content

Commit

Permalink
Move organization to project instead of package
Browse files Browse the repository at this point in the history
  • Loading branch information
MvanDiemen committed Jun 12, 2024
1 parent 85c64b0 commit af602c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ defmodule Tracing.MixProject do
compilers: Mix.compilers(),
deps: deps(),
description: description(),
organization: "wuunder",
dialyzer: [
plt_file: {:no_warn, "priv/plts/project.plt"},
format: :dialyxir,
Expand Down Expand Up @@ -58,7 +59,6 @@ defmodule Tracing.MixProject do
defp package() do
[
name: "tracing",
organization: "wuunder",
files: ~w(lib .formatter.exs mix.exs README.md LICENSE CHANGELOG.md),
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/wuunder/tracing"}
Expand Down

0 comments on commit af602c3

Please sign in to comment.