Skip to content

Commit 1a86ffc

Browse files
committed
Fix meta specification errors
1 parent 894c3e4 commit 1a86ffc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

META.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Provides `popcount`, `popcount32`, `popcount64`, `popcountAsm`, `popcountAsm64` and `popcount256` functions to PostgreSQL.",
55
"version": "1.0.0",
66
"maintainer": "Marcel Eschmann",
7-
"license": "MIT",
7+
"license": "mit",
88
"provides": {
99
"popcount": {
1010
"abstract": "Introduces popcount[|32|64|Asm|Asm64|256](bit(n)).",
@@ -29,7 +29,7 @@
2929
"web": "https://github.com/eschmar/postgresql-popcount/issues"
3030
},
3131
"repository": {
32-
"url": "git@github.com:eschmar/postgresql-popcount.git",
32+
"url": "git://github.com/eschmar/postgresql-popcount.git",
3333
"web": "https://github.com/eschmar/postgresql-popcount",
3434
"type": "git"
3535
}

0 commit comments

Comments
 (0)