Skip to content

Commit

Permalink
Merge pull request #448 from lizmat/master
Browse files Browse the repository at this point in the history
Enable REA, disable CPAN and p6c ecosystems by default
  • Loading branch information
ugexe authored Mar 27, 2022
2 parents 3edbbcf + 16e2e64 commit 0e202f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
[
{
"short-name" : "cpan",
"enabled" : 1,
"enabled" : 0,
"module" : "Zef::Repository::Ecosystems",
"options" : {
"name" : "cpan",
Expand All @@ -55,7 +55,7 @@
},
{
"short-name" : "p6c",
"enabled" : 1,
"enabled" : 0,
"module" : "Zef::Repository::Ecosystems",
"options" : {
"name" : "p6c",
Expand All @@ -71,7 +71,7 @@
[
{
"short-name": "rea",
"enabled": 0,
"enabled": 1,
"module": "Zef::Repository::Ecosystems",
"options": {
"name": "rea",
Expand Down

0 comments on commit 0e202f2

Please sign in to comment.