Skip to content

Commit 10de401

Browse files
docs: update .all-contributorsrc [skip ci]
1 parent 92e4f84 commit 10de401

File tree

1 file changed

+60
-51
lines changed

1 file changed

+60
-51
lines changed

.all-contributorsrc

Lines changed: 60 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,62 @@
11
{
2-
"files":[
3-
"README.md"
4-
],
5-
"imageSize":100,
6-
"commit":false,
7-
"contributors":[
8-
{
9-
"login":"ricardozanini",
10-
"name":"Ricardo Zanini",
11-
"avatar_url":"https://avatars.githubusercontent.com/u/1538000?v=4",
12-
"profile":"https://ricardozanini.medium.com/",
13-
"contributions":[
14-
"code",
15-
"maintenance"
16-
]
17-
},
18-
{
19-
"login":"hbelmiro",
20-
"name":"Helber Belmiro",
21-
"avatar_url":"https://avatars.githubusercontent.com/u/11776454?v=4",
22-
"profile":"http://thegreatapi.com",
23-
"contributions":[
24-
"doc"
25-
]
26-
},
27-
{
28-
"login":"gastaldi",
29-
"name":"George Gastaldi",
30-
"avatar_url":"https://avatars.githubusercontent.com/u/54133?v=4",
31-
"profile":"http://gastaldi.wordpress.com",
32-
"contributions":[
33-
"code",
34-
"infra"
35-
]
36-
},
37-
{
38-
"login":"RishiKumarRay",
39-
"name":"Rishi Kumar Ray",
40-
"avatar_url":"https://avatars.githubusercontent.com/u/87641376?v=4",
41-
"profile":"https://github.com/RishiKumarRay",
42-
"contributions":[
43-
"infra"
44-
]
45-
}
46-
],
47-
"contributorsPerLine":7,
48-
"projectName":"quarkus-openapi-generator",
49-
"projectOwner":"quarkiverse",
50-
"repoType":"github",
51-
"repoHost":"https://github.com",
52-
"skipCi":true
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "ricardozanini",
10+
"name": "Ricardo Zanini",
11+
"avatar_url": "https://avatars.githubusercontent.com/u/1538000?v=4",
12+
"profile": "https://ricardozanini.medium.com/",
13+
"contributions": [
14+
"code",
15+
"maintenance"
16+
]
17+
},
18+
{
19+
"login": "hbelmiro",
20+
"name": "Helber Belmiro",
21+
"avatar_url": "https://avatars.githubusercontent.com/u/11776454?v=4",
22+
"profile": "http://thegreatapi.com",
23+
"contributions": [
24+
"doc"
25+
]
26+
},
27+
{
28+
"login": "gastaldi",
29+
"name": "George Gastaldi",
30+
"avatar_url": "https://avatars.githubusercontent.com/u/54133?v=4",
31+
"profile": "http://gastaldi.wordpress.com",
32+
"contributions": [
33+
"code",
34+
"infra"
35+
]
36+
},
37+
{
38+
"login": "RishiKumarRay",
39+
"name": "Rishi Kumar Ray",
40+
"avatar_url": "https://avatars.githubusercontent.com/u/87641376?v=4",
41+
"profile": "https://github.com/RishiKumarRay",
42+
"contributions": [
43+
"infra"
44+
]
45+
},
46+
{
47+
"login": "fjtirado",
48+
"name": "Francisco Javier Tirado Sarti",
49+
"avatar_url": "https://avatars.githubusercontent.com/u/65240126?v=4",
50+
"profile": "https://github.com/fjtirado",
51+
"contributions": [
52+
"code"
53+
]
54+
}
55+
],
56+
"contributorsPerLine": 7,
57+
"projectName": "quarkus-openapi-generator",
58+
"projectOwner": "quarkiverse",
59+
"repoType": "github",
60+
"repoHost": "https://github.com",
61+
"skipCi": true
5362
}

0 commit comments

Comments
 (0)