Delete .all-contributorsrc [skip ci]

This commit is contained in:
Nicolas Meienberger 2022-06-14 06:46:17 +00:00 committed by GitHub
parent 5de7b39f0e
commit 07e2f9db4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,46 +0,0 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "meienberger",
"name": "Nicolas Meienberger",
"avatar_url": "https://avatars.githubusercontent.com/u/47644445?v=4",
"profile": "https://meienberger.dev/",
"contributions": [
"code",
"infra",
"test",
"doc"
]
},
{
"login": "ArneNaessens",
"name": "ArneNaessens",
"avatar_url": "https://avatars.githubusercontent.com/u/16622722?v=4",
"profile": "https://github.com/ArneNaessens",
"contributions": [
"code",
"test",
"ideas",
"community"
]
}
],
"types": {
"community": {
"symbol": "🗣",
"description": "Active community involvement",
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
}
},
"contributorsPerLine": 7,
"projectName": "runtipi",
"projectOwner": "meienberger",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}