From 1a86ffce40864fa00008a9e2a8986f56eb06a3d1 Mon Sep 17 00:00:00 2001 From: Marcel Eschmann Date: Mon, 16 Jul 2018 14:44:50 +0200 Subject: [PATCH] Fix meta specification errors --- META.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/META.json b/META.json index b0d8277..b08793d 100644 --- a/META.json +++ b/META.json @@ -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)).", @@ -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" }