Skip to content

Commit

Permalink
Fix meta specification errors
Browse files Browse the repository at this point in the history
  • Loading branch information
eschmar committed Jul 16, 2018
1 parent 894c3e4 commit 1a86ffc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Provides `popcount`, `popcount32`, `popcount64`, `popcountAsm`, `popcountAsm64` and `popcount256` functions to PostgreSQL.",
"version": "1.0.0",
"maintainer": "Marcel Eschmann",
"license": "MIT",
"license": "mit",
"provides": {
"popcount": {
"abstract": "Introduces popcount[|32|64|Asm|Asm64|256](bit(n)).",
Expand All @@ -29,7 +29,7 @@
"web": "https://github.com/eschmar/postgresql-popcount/issues"
},
"repository": {
"url": "git@github.com:eschmar/postgresql-popcount.git",
"url": "git://github.com/eschmar/postgresql-popcount.git",
"web": "https://github.com/eschmar/postgresql-popcount",
"type": "git"
}
Expand Down

0 comments on commit 1a86ffc

Please sign in to comment.