Skip to content

Commit

Permalink
branch references should be to "main"
Browse files Browse the repository at this point in the history
  • Loading branch information
SqrtNegInf committed Dec 23, 2022
1 parent 990cde0 commit 3875b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/Rakubrew/Variables.pm
Expand Up @@ -68,7 +68,7 @@ our %impls = (
'moar-blead' => {
name => "moar-blead",
weight => 35,
configure => "$PERL5 Configure.pl --backends=moar --gen-moar=master --gen-nqp=master --make-install",
configure => "$PERL5 Configure.pl --backends=moar --gen-moar=main --gen-nqp=main --make-install",
need_repo => ['rakudo', 'nqp', 'MoarVM'],
},
);
Expand Down

0 comments on commit 3875b2b

Please sign in to comment.