diff --git a/src/getopt.app.src b/src/getopt.app.src index 56f1c6f..0c62608 100644 --- a/src/getopt.app.src +++ b/src/getopt.app.src @@ -4,4 +4,7 @@ {vsn, "1.0.0"}, {modules, []}, {registered, []}, + {maintainers, ["Juan Jose Comellas"]}, + {licenses, ["BSD"]}, + {links, ["GitHub", "https://github.com/jcomellas/getopt"]}, {applications, [kernel, stdlib]}]}.