erl_base58 -> base58 everywhere
This commit is contained in:
parent
b6c41ff2f8
commit
3f90502751
@ -1,4 +1,4 @@
|
|||||||
{application,erl_base58,
|
{application,base58,
|
||||||
[{description,"A simple implementation of a Base58 encoder and decoder for Integers and Binaries."},
|
[{description,"A simple implementation of a Base58 encoder and decoder for Integers and Binaries."},
|
||||||
{registered,[]},
|
{registered,[]},
|
||||||
{included_applications,[]},
|
{included_applications,[]},
|
@ -4,7 +4,7 @@
|
|||||||
{prefix,none}.
|
{prefix,none}.
|
||||||
{author,"David Ellefsen"}.
|
{author,"David Ellefsen"}.
|
||||||
{desc,"A simple implementation of a Base58 encoder and decoder for Integers and Binaries."}.
|
{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,[]}.
|
{deps,[]}.
|
||||||
{key_name,none}.
|
{key_name,none}.
|
||||||
{a_email,[]}.
|
{a_email,[]}.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user