forked from s-weigand/setup-conda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.all-contributorsrc
101 lines (101 loc) · 2.47 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "s-weigand",
"name": "Sebastian Weigand",
"avatar_url": "https://avatars2.githubusercontent.com/u/9513634?v=4",
"profile": "https://github.com/s-weigand",
"contributions": [
"code",
"ideas",
"infra",
"maintenance",
"test",
"review"
]
},
{
"login": "bryant1410",
"name": "Santiago Castro",
"avatar_url": "https://avatars3.githubusercontent.com/u/3905501?v=4",
"profile": "https://santi.uy",
"contributions": [
"doc"
]
},
{
"login": "d-chambers",
"name": "Derrick",
"avatar_url": "https://avatars2.githubusercontent.com/u/11671536?v=4",
"profile": "https://github.com/d-chambers",
"contributions": [
"doc"
]
},
{
"login": "basic-ph",
"name": "Pietro Fumiani",
"avatar_url": "https://avatars2.githubusercontent.com/u/35763852?v=4",
"profile": "https://github.com/basic-ph",
"contributions": [
"bug"
]
},
{
"login": "dcdenu4",
"name": "Doug",
"avatar_url": "https://avatars3.githubusercontent.com/u/2659980?v=4",
"profile": "https://github.com/dcdenu4",
"contributions": [
"bug"
]
},
{
"login": "ocefpaf",
"name": "Filipe",
"avatar_url": "https://avatars.githubusercontent.com/u/950575?v=4",
"profile": "http://ocefpaf.github.io/python4oceanographers",
"contributions": [
"bug"
]
},
{
"login": "csadorf",
"name": "Carl Simon Adorf",
"avatar_url": "https://avatars.githubusercontent.com/u/1441208?v=4",
"profile": "https://carlsimonadorf.com",
"contributions": [
"bug"
]
},
{
"login": "wvxvw",
"name": "wvxvw",
"avatar_url": "https://avatars.githubusercontent.com/u/3147276?v=4",
"profile": "https://github.com/wvxvw",
"contributions": [
"bug"
]
},
{
"login": "violafanfani",
"name": "violafanfani",
"avatar_url": "https://avatars.githubusercontent.com/u/35488779?v=4",
"profile": "https://violafanfani.github.io/",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 7,
"projectName": "setup-conda",
"projectOwner": "s-weigand",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}