From 724039561459ee34cc08439a92f00a994f5f1a34 Mon Sep 17 00:00:00 2001 From: Kyle Taylor Date: Tue, 12 Nov 2019 09:45:42 -0600 Subject: [PATCH] Fix Github Pages Category MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Also fixed Netlify’s category, these are technically PaaS services. - fixes #1909 --- src/apps.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/apps.json b/src/apps.json index 5761b6299..b3742bfac 100644 --- a/src/apps.json +++ b/src/apps.json @@ -4074,14 +4074,16 @@ }, "GitHub Pages": { "cats": [ - 31 + 62 ], "headers": { "Server": "^GitHub\\.com$", "X-GitHub-Request-Id": "" }, "icon": "GitHub.svg", - "implies": "Ruby on Rails", + "implies": [ + "Ruby on Rails" + ], "url": "^https?://[^/]+\\.github\\.io/", "website": "https://pages.github.com/" }, @@ -7426,13 +7428,14 @@ }, "Netlify": { "cats": [ - 22, + 62, 31 ], "headers": { "X-NF-Request-ID": "", "Server": "^Netlify" }, + "url": "^https?://[^/]+\\.netlify\\.com/", "icon": "Netlify.svg", "website": "https://www.netlify.com/" },