Skip to content

Commit 2636fdd

Browse files
committed
Change uf2tool dependency to hex.pm
Changes the rebar.conf depencency for `uf2tool` to download from hex.pm instead of a GitHub tag. This will allow dependancies to show up on the hex.pm package info page. Signed-off-by: Winford <winford@object.stream>
1 parent b5cce3e commit 2636fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
{deps, [
2323
{atomvm_packbeam, "0.7.4"},
24-
{uf2tool, {git, "https://github.com/pguyot/uf2tool.git", {tag, "v1.1.0"}}}
24+
{uf2tool, "1.1.0"}
2525
]}.
2626

2727
{ex_doc, [

0 commit comments

Comments
 (0)