Browse Source

docs: add Frisasky as a contributor (#2319)

pull/2323/head
allcontributors[bot] 6 years ago
committed by Daniel Gibbs
parent
commit
298e52d192
  1. 213
      .all-contributorsrc
  2. 5
      README.md
  3. 2
      linuxgsm.sh

213
.all-contributorsrc

@ -1,108 +1,109 @@
{ {
"files": [ "files": [
"README.md" "README.md"
], ],
"imageSize": 100, "imageSize": 100,
"commit": false, "commit": false,
"contributors": [{ "contributors": [
"login": "dgibbs64", {
"name": "Daniel Gibbs", "login": "dgibbs64",
"avatar_url": "https://avatars2.githubusercontent.com/u/4478206?v=4", "name": "Daniel Gibbs",
"profile": "https://danielgibbs.co.uk", "avatar_url": "https://avatars2.githubusercontent.com/u/4478206?v=4",
"contributions": [ "profile": "https://danielgibbs.co.uk",
"bug", "contributions": [
"code", "bug",
"ideas", "code",
"question", "ideas",
"review", "question",
"content", "review",
"doc", "content",
"infra" "doc",
] "infra"
}, ]
{ },
"login": "Frisasky", {
"name": "Frisasky", "login": "Frisasky",
"avatar_url": "https://avatars2.githubusercontent.com/u/26865851?v=4", "name": "Frisasky",
"profile": "https://github.com/Frisasky", "avatar_url": "https://avatars2.githubusercontent.com/u/26865851?v=4",
"contributions": [ "profile": "https://github.com/Frisasky",
"question", "contributions": [
"bug", "question",
"code" "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"
} }

5
README.md

File diff suppressed because one or more lines are too long

2
linuxgsm.sh

@ -20,7 +20,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="190301" version="190422"
shortname="core" shortname="core"
gameservername="core" gameservername="core"
rootdir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")" rootdir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"

Loading…
Cancel
Save