From cba166d183aa74b202a81abdc3f75ef09484c592 Mon Sep 17 00:00:00 2001 From: Juan Jose Comellas Date: Wed, 1 Nov 2017 18:05:10 -0300 Subject: [PATCH] Add hex package information --- src/getopt.app.src | 3 +++ 1 file changed, 3 insertions(+) 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]}]}.