erl_base58 -> base58 everywhere
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{application,erl_base58,
|
||||
{application,base58,
|
||||
[{description,"A simple implementation of a Base58 encoder and decoder for Integers and Binaries."},
|
||||
{registered,[]},
|
||||
{included_applications,[]},
|
||||
@@ -4,7 +4,7 @@
|
||||
{prefix,none}.
|
||||
{author,"David Ellefsen"}.
|
||||
{desc,"A simple implementation of a Base58 encoder and decoder for Integers and Binaries."}.
|
||||
{package_id,{"otpr","erl_base58",{0,1,1}}}.
|
||||
{package_id,{"otpr","base58",{0,1,0}}}.
|
||||
{deps,[]}.
|
||||
{key_name,none}.
|
||||
{a_email,[]}.
|
||||
|
||||
Reference in New Issue
Block a user