Skip to content

Commit 0f02939

Browse files
committed
Release 1.0.0
1 parent 59c0235 commit 0f02939

File tree

2 files changed

+265
-238
lines changed

2 files changed

+265
-238
lines changed

META.json

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "git_fdw",
3+
"abstract": "PostgreSQL Git Foreign Data Wrapper",
4+
"description": "PostgreSQL Git Foreign Data Wrapper",
5+
"version": "1.0.0",
6+
"maintainer": [
7+
"Franck Verrot <[email protected]>"
8+
],
9+
"license": "mit",
10+
"resources": {
11+
"bugtracker": {
12+
"web": "http://github.com/franckverrot/git_fdw/issues/"
13+
},
14+
"repository": {
15+
"url": "git://github.com/franckverrot/git_fdw.git",
16+
"web": "http://github.com/franckverrot/git_fdw",
17+
"type": "git"
18+
}
19+
},
20+
"meta-spec": {
21+
"version": "1.0.0",
22+
"url": "http://pgxn.org/meta/spec.txt"
23+
},
24+
"tags": [
25+
"git",
26+
"fdw"
27+
]
28+
}

0 commit comments

Comments
 (0)