1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"$schema": "https://git.zue.dev/gitinfo/plain/gitinfo.schema.json",
"root": "https://git.zue.dev/gitinfo/",
"gitmail": "patches+gitinfo@git.zue.dev",
"description": "Markup specification for the .gitinfo file, a way to help discern different hosts of the same repo.",
"tags": [
"gitinfo",
"specification",
"repository",
"metadata"
],
"mirrors": [
"https://github.com/zuedev/gitinfo",
"https://gitlab.com/zuedev/gitinfo",
"https://codeberg.org/zuedev/gitinfo"
],
"maintainers": [
[
"Alex (@zuedev)",
"zuedev@gmail.com"
]
],
"license": "Unlicense"
}
|