diff --git a/.all-contributorsrc b/.all-contributorsrc index 2d1bf5f..1dcef61 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,44 +1,35 @@ { - "files": [ - "README.md" - ], - "imageSize": 100, - "commit": false, - "commitType": "docs", - "commitConvention": "angular", - "contributors": [ - { - "login": "IkumaUchida", - "name": "Ikuma Uchida", - "avatar_url": "https://avatars.githubusercontent.com/u/48281753?v=4", - "profile": "https://github.com/IkumaUchida", - "contributions": [ - "tutorial" - ] - }, - { - "login": "AtomScott", - "name": "Atom Scott", - "avatar_url": "https://avatars.githubusercontent.com/u/22371492?v=4", - "profile": "https://atomscott.me/", - "contributions": [ - "maintenance" - ] - }, - { - "login": "IkumaUchida", - "name": "Ikuma Uchida", - "avatar_url": "https://avatars.githubusercontent.com/u/48281753?v=4", - "profile": "https://github.com/IkumaUchida", - "contributions": [ - "tutorial" - ] - }, - ], - "contributorsPerLine": 7, - "skipCi": true, - "repoType": "github", - "repoHost": "https://github.com", - "projectName": "SoccerTrack", - "projectOwner": "AtomScott" + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitType": "docs", + "commitConvention": "angular", + "contributors": [ + { + "login": "AtomScott", + "name": "Atom Scott", + "avatar_url": "https://avatars.githubusercontent.com/u/22371492?v=4", + "profile": "https://atomscott.me/", + "contributions": [ + "maintenance" + ] + }, + { + "login": "IkumaUchida", + "name": "Ikuma Uchida", + "avatar_url": "https://avatars.githubusercontent.com/u/48281753?v=4", + "profile": "https://github.com/IkumaUchida", + "contributions": [ + "tutorial" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "SportsLabKit", + "projectOwner": "AtomScott" }