18 lines
406 B
Erlang
18 lines
406 B
Erlang
%% -*- mode: erlang; erlang-indent-level: 4; indent-tabs-mode: nil -*-
|
|
{application, gmconfig,
|
|
[{description, "Gajumaru configuration management support"},
|
|
{vsn, "0.1.0"},
|
|
{registered, []},
|
|
{applications,
|
|
[
|
|
kernel
|
|
, stdlib
|
|
, zj
|
|
]},
|
|
{env, []},
|
|
{modules, []},
|
|
{maintainers, ["QPQ IaaS AG"]},
|
|
{licensens, ["ISC"]},
|
|
{links, [{"gitea", "https://git.qpq.swiss/gmconfig"}]}
|
|
]}.
|