summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDickson S. Guedes2011-09-19 00:29:51 +0000
committerDickson S. Guedes2011-09-19 00:29:51 +0000
commitda852cd006cfd841fddb78fb363a0c3fb315dfe2 (patch)
tree2198739d1fd065789f8affdebc39e4e2784b0205
parenta7f1d1c5f563d9b80706c9f804dc2966bcc226bf (diff)
just tabfying
-rw-r--r--META.json32
1 files changed, 22 insertions, 10 deletions
diff --git a/META.json b/META.json
index e1ecc54..5333f12 100644
--- a/META.json
+++ b/META.json
@@ -1,12 +1,24 @@
{
- "name": "pgxn_utils",
- "abstract": "pgxn_utils is a development tool to create PostgreSQL extensions",
- "version": "0.1.3",
- "maintainer": "Dickson S. Guedes <[email protected]>",
- "license": "postgres",
- "release_status": "stable",
- "repository": {
- "url": "git://github.com/guedes/pgxn-utils.git",
- "type": "git"
- }
+ "name": "pgxn_utils",
+ "abstract": "pgxn_utils is a development tool to create PostgreSQL extensions",
+ "version": "0.1.3",
+ "maintainer": "Dickson S. Guedes <[email protected]>",
+ "license": "postgresql",
+ "release_status": "stable",
+ "resources": {
+ "repository": {
+ "url": "git://github.com/guedes/pgxn-utils.git",
+ "type": "git"
+ }
+ },
+ "provides": {
+ "pgxn_utils": {
+ "file": "pgxn_utils",
+ "version": "0.1.3"
+ }
+ },
+ "meta-spec": {
+ "version": "1.0.0",
+ "url": "http://pgxn.org/meta/spec.txt"
+ }
}