Skip to content

Commit eeda23f

Browse files
Taureclaude
andauthored
fix: add hex metadata to app.src (#6)
* fix: add hex metadata (licenses, description, links) Required for hex publish validation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix: add hex metadata (licenses, links) to app.src Required for hex publish validation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a6ed5e8 commit eeda23f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/opentelemetry_nova.app.src

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
{registered, []},
55
{applications, [kernel, stdlib, opentelemetry_api, opentelemetry_api_experimental]},
66
{env, []},
7-
{modules, []}
7+
{modules, []},
8+
{licenses, ["MIT"]},
9+
{links, [{"GitHub", "https://github.com/novaframework/opentelemetry_nova"}]}
810
]}.

0 commit comments

Comments
 (0)