Skip to content

Commit 9b0c68d

Browse files
committed
Clean up META.json slightly
This cleans up two things: - Use shorthand for the licence since it is a known one - Skip the optional generated_by field which does not add any value
1 parent d763b41 commit 9b0c68d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

META.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"Artem Gavrilov <artem.gavrilov@percona.com>",
88
"Percona PostgreSQL Team <postgresql@percona.com>"
99
],
10-
"license": {
11-
"PostgreSQL": "https://www.postgresql.org/about/licence"
12-
},
10+
"license": "postgresql",
1311
"provides": {
1412
"pg_stat_monitor": {
1513
"abstract": "PostgreSQL Query Performance Monitoring Tool",
@@ -36,7 +34,6 @@
3634
"type": "git"
3735
}
3836
},
39-
"generated_by": "Artem Gavrilov",
4037
"meta-spec": {
4138
"version": "1.0.0",
4239
"url": "http://pgxn.org/meta/spec.txt"

0 commit comments

Comments
 (0)