Skip to content

Commit

Permalink
Make a valid META.json so that PGXN doesn't barf when we upload a dis…
Browse files Browse the repository at this point in the history
…tribution
  • Loading branch information
leto committed Jul 24, 2011
1 parent bf9ab0d commit de6610b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions META.json
Expand Up @@ -4,23 +4,22 @@
"description": "PL/Parrot embeds Parrot in PostgreSQL and also comes with PL/Perl6 if Perl 6 is available",
"version": "0.4.0",
"maintainer": [
"Jonathan \"Duke\" Leto <jonathan@leto.net>",
"Jonathan \"Duke\" Leto <jonathan@leto.net>"
],
"license": "artistic2",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [ "parrot", "perl6" ],
],
"provides": {
"plparrot": {
"file": "plparrot.sql",
"version": "0.4.0",
"version": "0.4.0"
},
"plperl6": {
"file": "plparrot.sql",
"version": "0.4.0",
"version": "0.4.0"
}
},
"resources": {
Expand All @@ -32,6 +31,5 @@
"web": "https://github.com/leto/plparrot/",
"type": "git"
}
},
}
}

0 comments on commit de6610b

Please sign in to comment.