aboutsummaryrefslogtreecommitdiffstats
path: root/.all-contributorsrc
diff options
context:
space:
mode:
authorLibravatar allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>2021-12-23 16:19:19 +0000
committerLibravatar GitHub <noreply@github.com>2021-12-23 16:19:19 +0000
commite5e7f3d2b9dbe688b4756e38f1ae20c0b6c8882b (patch)
tree9bb0c67ca32c179ac0224f47394f8defb125dc8e /.all-contributorsrc
parentdocs: update README.md [skip ci] (diff)
downloadferdium-server-e5e7f3d2b9dbe688b4756e38f1ae20c0b6c8882b.tar.gz
ferdium-server-e5e7f3d2b9dbe688b4756e38f1ae20c0b6c8882b.tar.zst
ferdium-server-e5e7f3d2b9dbe688b4756e38f1ae20c0b6c8882b.zip
docs: create .all-contributorsrc [skip ci]
Diffstat (limited to '.all-contributorsrc')
-rw-r--r--.all-contributorsrc24
1 files changed, 24 insertions, 0 deletions
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 0000000..921670a
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,24 @@
1{
2 "files": [
3 "README.md"
4 ],
5 "imageSize": 100,
6 "commit": false,
7 "contributors": [
8 {
9 "login": "reggermont",
10 "name": "Romain Eggermont",
11 "avatar_url": "https://avatars.githubusercontent.com/u/14902909?v=4",
12 "profile": "https://gitlab.com/reggermont/",
13 "contributions": [
14 "code"
15 ]
16 }
17 ],
18 "contributorsPerLine": 7,
19 "projectName": "server",
20 "projectOwner": "getferdi",
21 "repoType": "github",
22 "repoHost": "https://github.com",
23 "skipCi": true
24}