From e9b3bed4439dd032d23e3d9f4ffb4508c752228d Mon Sep 17 00:00:00 2001 From: TotPeRo Date: Thu, 12 Feb 2015 20:30:59 +0200 Subject: [PATCH] again fix duplicate `html` property in `Trac` app In: `Trac` app is two property with the same name `html` one is string and one is array of strings: "html": "Trac(?:[ /]([\\d.]+))?\\;version:\\1" ], --- share/apps.json | 1 - 1 file changed, 1 deletion(-) diff --git a/share/apps.json b/share/apps.json index adf5289d9..5a55a1a22 100644 --- a/share/apps.json +++ b/share/apps.json @@ -3639,7 +3639,6 @@ "Trac": { "website": "trac.edgewall.org", "cats": [ 13 ], - "html": "Trac(?:[ /]([\\d.]+))?\\;version:\\1" ], "implies": "Python" },