Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
%% -*- mode: erlang; erlang-indent-level: 4; indent-tabs-mode: nil -*-
|
||||
{application, gmconfig,
|
||||
[{description, "Gajumaru configuration management support"},
|
||||
{vsn, "0.1.0"},
|
||||
{registered, []},
|
||||
{application,
|
||||
[
|
||||
kernel
|
||||
, stdlib
|
||||
, zj
|
||||
]},
|
||||
{env, []},
|
||||
{modules, []},
|
||||
{maintainers, ["QPQ IaaS AG"]},
|
||||
{licensens, ["ISC"]},
|
||||
{links, [{"gitea", "https://git.qpq.swiss/gmconfig"}]}
|
||||
]}.
|
||||
Reference in New Issue
Block a user