Add @aborruso as a contributor

This commit is contained in:
John Kerl 2021-12-27 23:56:27 -05:00
parent 2e431d4234
commit c48e2a92a1
2 changed files with 59 additions and 10 deletions

24
.all-contributorsrc Normal file
View file

@ -0,0 +1,24 @@
{
"projectName": "miller",
"projectOwner": "johnkerl",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 50,
"commit": true,
"commitConvention": "none",
"contributors": [
{
"login": "aborruso",
"name": "Andrea Borruso",
"avatar_url": "https://avatars.githubusercontent.com/u/30607?v=4",
"profile": "https://github.com/aborruso",
"contributions": [
"ideas"
]
}
],
"contributorsPerLine": 7
}