-
Notifications
You must be signed in to change notification settings - Fork 5
/
.all-contributorsrc
50 lines (50 loc) · 1.23 KB
/
.all-contributorsrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"files": [
"README.md",
"_includes/authors.html"
],
"projectName": "hsf-training-ssh-webpage",
"projectOwner": "hsf-training",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"contributors": [
{
"login": "daritter",
"name": "Martin Ritter",
"avatar_url": "https://avatars.githubusercontent.com/u/1186338?v=4",
"profile": "https://github.com/daritter",
"contributions": [
"content"
]
},
{
"login": "meliache",
"name": "Michael Eliachevitch",
"avatar_url": "https://avatars.githubusercontent.com/u/5121824?v=4",
"profile": "https://github.com/meliache",
"contributions": [
"content"
]
},
{
"login": "klieret",
"name": "Kilian Lieret",
"avatar_url": "https://avatars.githubusercontent.com/u/13602468?v=4",
"profile": "https://www.lieret.net",
"contributions": [
"content"
]
},
{
"login": "936-BCruz",
"name": "936-BCruz",
"avatar_url": "https://avatars.githubusercontent.com/u/64757758?v=4",
"profile": "https://github.com/936-BCruz",
"contributions": [
"content"
]
}
],
"contributorsPerLine": 7
}