Skip to content

Commit

Permalink
fix projects.json config typo 😅
Browse files Browse the repository at this point in the history
  • Loading branch information
vchrombie authored Aug 26, 2020
1 parent efd1942 commit 6b12ca8
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions doc/prosoul-grimoirelab.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,20 @@ projects.json
{
"GrimoireLab": {
"gitqm": [
"https://github.com/chaoss/grimoirelab-elk",
"https://github.com/chaoss/grimoirelab-kidash",
"https://github.com/chaoss/grimoirelab-sirmordred",
"https://github.com/chaoss/grimoirelab-perceval",
"https://github.com/chaoss/grimoirelab-elk" ,
"https://github.com/chaoss/grimoirelab-kidash" ,
"https://github.com/chaoss/grimoirelab-sirmordred" ,
"https://github.com/chaoss/grimoirelab-perceval" ,
"https://github.com/chaoss/grimoirelab-sortinghat"
],
] ,
"githubqm:issue": [
"https://github.com/chaoss/grimoirelab-elk",
"https://github.com/chaoss/grimoirelab-kidash",
"https://github.com/chaoss/grimoirelab-sirmordred",
"https://github.com/chaoss/grimoirelab-perceval",
"https://github.com/chaoss/grimoirelab-elk" ,
"https://github.com/chaoss/grimoirelab-kidash" ,
"https://github.com/chaoss/grimoirelab-sirmordred" ,
"https://github.com/chaoss/grimoirelab-perceval" ,
"https://github.com/chaoss/grimoirelab-sortinghat"
]
}
}
```

Expand Down

0 comments on commit 6b12ca8

Please sign in to comment.