From 71ce86b5d445548aa5c0ed4a7c71eb82a4a72681 Mon Sep 17 00:00:00 2001 From: "Paulo F. Oliveira" Date: Wed, 12 Jun 2024 13:13:36 +0100 Subject: [PATCH] Fix Hex link to GitHub repository --- src/rebar3_hex.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rebar3_hex.app.src b/src/rebar3_hex.app.src index 179aa6b0..56a1461d 100644 --- a/src/rebar3_hex.app.src +++ b/src/rebar3_hex.app.src @@ -4,4 +4,4 @@ {applications, [kernel,stdlib,hex_core]}, {maintainers, ["Tristan Sloughter", "Bryan Paxton"]}, {licenses, ["Apache-2.0"]}, - {links, [{"Github", "https://github.com/tsloughter/rebar3_hex"}]}]}. + {links, [{"GitHub", "https://github.com/erlef/rebar3_hex"}]}]}.