08287da7b7
Co-authored-by: Ulf Wiger <ulf@wiger.net> Reviewed-on: #5
18 lines
408 B
Erlang
18 lines
408 B
Erlang
%% -*- mode: erlang; erlang-indent-level: 4; indent-tabs-mode: nil -*-
|
|
{application, gmconfig,
|
|
[{description, "Gajumaru configuration management support"},
|
|
{vsn, "zomp"},
|
|
{registered, []},
|
|
{applications,
|
|
[
|
|
kernel
|
|
, stdlib
|
|
, setup
|
|
]},
|
|
{env, []},
|
|
{modules, []},
|
|
{maintainers, ["QPQ IaaS AG"]},
|
|
{licensens, ["ISC"]},
|
|
{links, [{"gitea", "https://git.qpq.swiss/gmconfig"}]}
|
|
]}.
|