Skip to content

Commit

Permalink
Update mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
ip2location committed Nov 27, 2024
1 parent 822a6d0 commit 4423391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule IP2LocationErlang.MixProject do
description: description(),
package: package(),
deps: deps(),
name: "IP2Location-Erlang",
name: "ip2location_erlang",
source_url: "https://github.com/ip2location/ip2location-erlang"
]
end
Expand All @@ -34,7 +34,7 @@ defmodule IP2LocationErlang.MixProject do
defp package() do
[
# This option is only needed when you don't want to use the OTP application name
name: "ip2location-erlang",
name: "ip2location_erlang",
# These are the default files included in the package
files: ~w(mix.exs README* LICENSE* *.erl),
licenses: ["MIT"],
Expand Down

0 comments on commit 4423391

Please sign in to comment.