From d5b727c76a70befde93da1e3ec656ffb89ab13e3 Mon Sep 17 00:00:00 2001 From: Alfredo Serafini Date: Sun, 21 May 2017 18:34:04 +0200 Subject: [PATCH] updating ckan detection updating ckan detection - trying to remove non-capturing groups --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 12671a939..f948a91f9 100755 --- a/src/apps.json +++ b/src/apps.json @@ -1367,7 +1367,7 @@ "PostgreSQL" ], "meta": { - "generator": "(?:)ckan(?:)" + "generator": "ckan" }, "website": "http://ckan.org/" },