Skip to content

Commit

Permalink
update module name to b58 #16
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Apr 25, 2020
1 parent 97b46bd commit 501e3e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ defmodule Base58.MixProject do

def project do
[
app: :exbase58,
name: "exbase58",
app: :B58,
name: "b58",
description: description(),
package: package(),
version: "1.0.0",
Expand All @@ -16,7 +16,7 @@ defmodule Base58.MixProject do
coveralls: :test,
"coveralls.json": :test
],
source_url: "https://github.com/dwyl/exbase58"
source_url: "https://github.com/dwyl/base58"
]
end

Expand All @@ -33,7 +33,7 @@ defmodule Base58.MixProject do
{:excoveralls, "~> 0.12.3", only: :test},
{:basefiftyeight, "~> 0.1.0", only: :test},
{:stream_data, "~> 0.4.3", only: :test},
{:ex_doc, "~> 0.19.3", only: :dev}
{:ex_doc, "~> 0.21.3", only: :dev}
]
end

Expand Down

0 comments on commit 501e3e4

Please sign in to comment.