diff --git a/data/contributors.json b/data/contributors.json index 27e6ff7..d9788cd 100644 --- a/data/contributors.json +++ b/data/contributors.json @@ -181,7 +181,7 @@ }, { "name": "Rich Elton", - "github_user": "rickecr" + "github_user": "richramalho" }, { "name": "Ana Carolina Chaves", diff --git a/data/repositories.json b/data/repositories.json index e686651..ded144e 100644 --- a/data/repositories.json +++ b/data/repositories.json @@ -80,22 +80,32 @@ ] }, { - "name": "Rickecr/PyGraph", + "name": "richramalho/PyGraph", "difficulty": "intermediario", "mentors": [ { - "name": "Rickecr", - "imgUrl": "https://github.com/Rickecr.png" + "name": "richramalho", + "imgUrl": "https://github.com/richramalho.png" } ] }, { - "name": "Rickecr/CamaraDosDeputados", + "name": "richramalho/CamaraDosDeputados", "difficulty": "iniciante", "mentors": [ { - "name": "Rickecr", - "imgUrl": "https://github.com/Rickecr.png" + "name": "richramalho", + "imgUrl": "https://github.com/richramalho.png" + } + ] + }, + { + "name": "richramalho/DuckORM", + "difficulty": "avancado", + "mentors": [ + { + "name": "richramalho", + "imgUrl": "https://github.com/richramalho.png" } ] },