Skip to content

Commit

Permalink
Updated package metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Mar 14, 2024
1 parent 2cf9059 commit ebf1608
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/mnkv.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@
%%% ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
%%% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
%%%=============================================================================
{application,
mnkv,
[
{application, mnkv, [
{description, "A simple, distributed, Mnesia-based key-value-store."},
{vsn, "0.1.0"},
{registered,
[
mnesiakv_mon
]},
{applications,
[
{registered, [mnkv_mon]},
{applications, [
kernel,
stdlib,
sasl,
mnesia
]},
]},
{mod, {mnkv, []}},
{env, []},
{maintainers, ["Tobias Schlager", "Sven Heyll", "Timo Koepke"]},

%% Package metadata:
{pkg_name, mnkv},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/lindenbaum/lbm_kv"}]}
]}.
{links, [
{"Github (original)", "https://github.com/lindenbaum/lbm_kv"},
{"Github (fork)", "https://github.com/erlsci/mnesia-kv"}
]}
]}.

0 comments on commit ebf1608

Please sign in to comment.