diff options
author | Dickson S. Guedes | 2011-09-19 00:29:51 +0000 |
---|---|---|
committer | Dickson S. Guedes | 2011-09-19 00:29:51 +0000 |
commit | da852cd006cfd841fddb78fb363a0c3fb315dfe2 (patch) | |
tree | 2198739d1fd065789f8affdebc39e4e2784b0205 | |
parent | a7f1d1c5f563d9b80706c9f804dc2966bcc226bf (diff) |
just tabfying
-rw-r--r-- | META.json | 32 |
1 files changed, 22 insertions, 10 deletions
@@ -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" + } } |