From 2d5536b7bee47b8ef69e535cc8ef8344ff424f96 Mon Sep 17 00:00:00 2001 From: Nacim Goura Date: Fri, 20 Apr 2018 07:25:08 +0200 Subject: [PATCH] Fix bad category for medium.com (#2231) Medium is a [blog](https://en.wikipedia.org/wiki/Medium_(website)), but is in the CMS category. I corrected that. --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 785ce0eab..d83fcb8eb 100644 --- a/src/apps.json +++ b/src/apps.json @@ -5967,7 +5967,7 @@ }, "Medium": { "cats": [ - 1 + 11 ], "headers": { "X-Powered-By": "^Medium$"