docs: add kopfkrieg as a contributor (#301)

* docs: update README.md

* docs: create .all-contributorsrc
This commit is contained in:
allcontributors[bot] 2019-05-24 16:53:31 +02:00 committed by Simon Aronsson
parent e584f8bfcf
commit 057cb7eaf4
2 changed files with 37 additions and 0 deletions

24
.all-contributorsrc Normal file
View file

@ -0,0 +1,24 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "kopfkrieg",
"name": "Florian",
"avatar_url": "https://avatars2.githubusercontent.com/u/5047813?v=4",
"profile": "https://kopfkrieg.org",
"contributions": [
"review",
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "watchtower",
"projectOwner": "containrrr",
"repoType": "github",
"repoHost": "https://github.com"
}