1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

chore: add contribute.json (resolve #170)

This commit is contained in:
Ferdinand Mütsch
2021-04-13 23:48:07 +02:00
parent 20dd4cf0ab
commit c2b099378a
4 changed files with 360 additions and 316 deletions

25
static/contribute.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "wakapi",
"description": "A minimalist, self-hosted WakaTime-compatible backend for coding statistics",
"repository": {
"url": "https://github.com/muety/wakapi",
"license": "GPL-3.0"
},
"urls": {
"prod": "https://wakapi.dev"
},
"bugs": {
"list": "https://github.com/muety/wakapi/issues",
"report": "https://github.com/muety/wakapi/issues/new"
},
"keywords": [
"go",
"golang",
"html5",
"sql",
"productivity",
"timetracking",
"selfhosted",
"devtools"
]
}