Browse Source

fix malformed json file

Update .all-contributorsrc
pull/2323/head
Daniel Gibbs 6 years ago
parent
commit
ab335b8d1f
  1. 211
      .all-contributorsrc

211
.all-contributorsrc

@ -1,107 +1,108 @@
{ {
"files": [ "files": [
"README.md" "README.md"
], ],
"imageSize": 100, "imageSize": 100,
"commit": false, "commit": false,
"contributors": [ "contributors": [{
{ "login": "dgibbs64",
"login": "dgibbs64", "name": "Daniel Gibbs",
"name": "Daniel Gibbs", "avatar_url": "https://avatars2.githubusercontent.com/u/4478206?v=4",
"avatar_url": "https://avatars2.githubusercontent.com/u/4478206?v=4", "profile": "https://danielgibbs.co.uk",
"profile": "https://danielgibbs.co.uk", "contributions": [
"contributions": [ "bug",
"bug", "code",
"code", "ideas",
"ideas", "question",
"question", "review",
"review", "content",
"content", "doc",
"doc", "infra"
"infra" ]
] },
}, {
{ "login": "Frisasky",
"login": "Frisasky", "name": "Frisasky",
"name": "Frisasky", "avatar_url": "https://avatars2.githubusercontent.com/u/26865851?v=4",
"avatar_url": "https://avatars2.githubusercontent.com/u/26865851?v=4", "profile": "https://github.com/Frisasky",
"profile": "https://github.com/Frisasky", "contributions": [
"contributions": [ "question",
"question" "bug",
] "code"
}, ]
{ },
"login": "kennyLtv", {
"name": "Kenny Lindelof", "login": "kennyLtv",
"avatar_url": "https://avatars2.githubusercontent.com/u/6133325?v=4", "name": "Kenny Lindelof",
"profile": "https://kennyl.design", "avatar_url": "https://avatars2.githubusercontent.com/u/6133325?v=4",
"contributions": [ "profile": "https://kennyl.design",
"question" "contributions": [
] "question"
}, ]
{ },
"login": "Scarsz", {
"name": "Austin Shapiro", "login": "Scarsz",
"avatar_url": "https://avatars1.githubusercontent.com/u/7691988?v=4", "name": "Austin Shapiro",
"profile": "https://scarsz.me", "avatar_url": "https://avatars1.githubusercontent.com/u/7691988?v=4",
"contributions": [ "profile": "https://scarsz.me",
"bug", "contributions": [
"code" "bug",
] "code"
}, ]
{ },
"login": "marvinlehmann", {
"name": "Marvin Lehmann", "login": "marvinlehmann",
"avatar_url": "https://avatars2.githubusercontent.com/u/4151266?v=4", "name": "Marvin Lehmann",
"profile": "https://github.com/marvinlehmann", "avatar_url": "https://avatars2.githubusercontent.com/u/4151266?v=4",
"contributions": [ "profile": "https://github.com/marvinlehmann",
"bug", "contributions": [
"code" "bug",
] "code"
}, ]
{ },
"login": "Bourne-ID", {
"name": "Bourne-ID", "login": "Bourne-ID",
"avatar_url": "https://avatars1.githubusercontent.com/u/7073616?v=4", "name": "Bourne-ID",
"profile": "https://github.com/Bourne-ID", "avatar_url": "https://avatars1.githubusercontent.com/u/7073616?v=4",
"contributions": [ "profile": "https://github.com/Bourne-ID",
"review", "contributions": [
"content", "review",
"doc", "content",
"infra" "doc",
"review" "infra",
] "review"
}, ]
{ },
"login": "cedarlug", {
"name": "CedarLUG", "login": "cedarlug",
"avatar_url": "https://avatars2.githubusercontent.com/u/19336442?v=4", "name": "CedarLUG",
"profile": "http://cedarlug.org", "avatar_url": "https://avatars2.githubusercontent.com/u/19336442?v=4",
"contributions": [ "profile": "http://cedarlug.org",
"bug", "contributions": [
"code", "bug",
"ideas", "code",
"question", "ideas",
"review" "question",
] "review"
}, ]
{ },
"login": "UltimateByte", {
"name": "UltimateByte", "login": "UltimateByte",
"avatar_url": "https://avatars3.githubusercontent.com/u/8805941?v=4", "name": "UltimateByte",
"profile": "https://www.terageek.org | https://www.haisoft.fr", "avatar_url": "https://avatars3.githubusercontent.com/u/8805941?v=4",
"contributions": [ "profile": "https://www.terageek.org | https://www.haisoft.fr",
"bug", "contributions": [
"code", "bug",
"doc", "code",
"ideas", "doc",
"review", "ideas",
] "review"
} ]
], }
"contributorsPerLine": 7, ],
"projectName": "LinuxGSM", "contributorsPerLine": 7,
"projectOwner": "GameServerManagers", "projectName": "LinuxGSM",
"repoType": "github", "projectOwner": "GameServerManagers",
"repoHost": "https://github.com" "repoType": "github",
"repoHost": "https://github.com"
} }

Loading…
Cancel
Save