-
Notifications
You must be signed in to change notification settings - Fork 2
/
META.json
34 lines (32 loc) · 858 Bytes
/
META.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "pg_journal",
"abstract": "Log to systemd journal",
"description": "Sends logged messages to the systemd journal",
"version": "0.2.0",
"release_status": "stable",
"maintainer": "Marti Raudsepp <[email protected]>",
"generated_by": "Marti Raudsepp <[email protected]>",
"provides": {
},
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence/"
},
"tags": [
"log", "logging", "structured logging", "systemd", "journal",
"maintenance", "diagnostics"
],
"resources": {
"bugtracker": {
"web": "https://github.com/intgr/pg_journal/issues"
},
"repository": {
"url": "git://github.com/intgr/pg_journal.git",
"web": "https://github.com/intgr/pg_journal",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
}
}