diff options
author | Loïc Hoguin <[email protected]> | 2023-05-04 11:59:19 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2023-05-04 11:59:19 +0200 |
commit | 2b6744a9b01bbf49935577f3d14aff82e0e63370 (patch) | |
tree | 932139dc3da8c64d17b5f3df5da0a810930967af /index/rebar.mk | |
parent | 8d8eb4d40344da5fe0824b8efd7af01a8e707800 (diff) | |
download | erlang.mk-2b6744a9b01bbf49935577f3d14aff82e0e63370.tar.gz erlang.mk-2b6744a9b01bbf49935577f3d14aff82e0e63370.tar.bz2 erlang.mk-2b6744a9b01bbf49935577f3d14aff82e0e63370.zip |
Update package branches and in some cases URLs
Most of them went master->main. Some went master->develop.
Diffstat (limited to 'index/rebar.mk')
-rw-r--r-- | index/rebar.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/index/rebar.mk b/index/rebar.mk index bd4096b..7638219 100644 --- a/index/rebar.mk +++ b/index/rebar.mk @@ -3,5 +3,5 @@ pkg_rebar_name = rebar pkg_rebar_description = Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases. pkg_rebar_homepage = http://www.rebar3.org pkg_rebar_fetch = git -pkg_rebar_repo = https://github.com/rebar/rebar3 -pkg_rebar_commit = master +pkg_rebar_repo = https://github.com/erlang/rebar3 +pkg_rebar_commit = main |