erl_base58 -> base58 everywhere

This commit is contained in:
Craig Everett 2025-01-22 13:51:31 +09:00
parent b6c41ff2f8
commit 3f90502751
2 changed files with 2 additions and 2 deletions

View File

@ -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,[]},

View File

@ -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,[]}.