From 3f90502751cf3591fce858783378e350eb6383b6 Mon Sep 17 00:00:00 2001 From: Craig Everett Date: Wed, 22 Jan 2025 13:51:31 +0900 Subject: [PATCH] erl_base58 -> base58 everywhere --- ebin/{erl_base58.app => base58.app} | 2 +- zomp.meta | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename ebin/{erl_base58.app => base58.app} (92%) diff --git a/ebin/erl_base58.app b/ebin/base58.app similarity index 92% rename from ebin/erl_base58.app rename to ebin/base58.app index 14e6ba1..7919cfc 100644 --- a/ebin/erl_base58.app +++ b/ebin/base58.app @@ -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,[]}, diff --git a/zomp.meta b/zomp.meta index 9a9a8ff..7c98e30 100644 --- a/zomp.meta +++ b/zomp.meta @@ -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,[]}.