From fbd210550677114a6c96cdf66e340eb248908d93 Mon Sep 17 00:00:00 2001 From: Juan Jose Comellas Date: Wed, 1 Nov 2017 18:50:59 -0300 Subject: [PATCH] Fix hex package links --- src/getopt.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/getopt.app.src b/src/getopt.app.src index 46dd341..6048cd6 100644 --- a/src/getopt.app.src +++ b/src/getopt.app.src @@ -6,5 +6,5 @@ {registered, []}, {maintainers, ["Juan Jose Comellas"]}, {licenses, ["BSD"]}, - {links, ["GitHub", "https://github.com/jcomellas/getopt"]}, + {links, [{"GitHub", "https://github.com/jcomellas/getopt"}]}, {applications, [kernel, stdlib]}]}.