From eabc75316f85b006e9116be092b373e66e54fe75 Mon Sep 17 00:00:00 2001 From: Elbert Alias Date: Sat, 15 Mar 2014 10:02:48 +1100 Subject: [PATCH] Fixed Polymer patterns --- share/apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/apps.json b/share/apps.json index 5273c1256..9ad8645db 100644 --- a/share/apps.json +++ b/share/apps.json @@ -2167,10 +2167,10 @@ "env": "^pwidget_config$" }, "Polymer": { - "website": "http://www.polymer-project.org", + "website": "polymer-project.org", "cats": [ 12 ], "env": "^Polymer$", - "html": "(?:<(?:polymer-)[^>]+|]+(?:rel=\"import\")+(?:(.*)/polymer.html\"))", + "html": "(?:<(?:polymer-)[^>]+|]+(?:rel=\"import\")+(?:(?:.*)/polymer.html\"))", "script": "polymer\\.js" }, "Posterous": {